summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-02-19 00:41:47 +0000
committerthorpej <thorpej@NetBSD.org>1998-02-19 00:41:47 +0000
commite94f57bd08e3ccf4ed705bf398741c9a4ab093df (patch)
tree9f49f2fb59f9513be745f6bfd0687462c35763a4 /sys/compat/linux/linux_syscallargs.h
parentc0ef23f2351fd48037efcf3893a9079c941127c3 (diff)
regen; makesyscalls.sh changed
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index e7ddc45ca68..67992d94a51 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.25 1998/01/09 06:22:56 thorpej Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.26 1998/02/19 00:41:47 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
+ * created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }