summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-16 23:55:23 +0000
committerchristos <christos@NetBSD.org>1997-10-16 23:55:23 +0000
commitec57088486316ea871a7b8742f960dc9aaa1973c (patch)
treeb05ff4eabfe9c9558e9c7e7ead071fcc256f110f /sys/compat/linux/linux_syscallargs.h
parent79acd83ca56e6f9b40fb75bfd95ceb7b2a208a51 (diff)
Regen.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 1c850d884f4..6d13e4e2c76 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }