summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-08-07 17:21:35 +0000
committerkleink <kleink@NetBSD.org>1998-08-07 17:21:35 +0000
commit86233eeede095038e79b06d85fbf0fbaf9a6a8dd (patch)
tree6a12565bc25c89e9514ebcdf0b389196eca1648f /sys/compat/linux/linux_syscallargs.h
parent61c0d1071aef978d2e4e13570137ce7d9396cb70 (diff)
Regen again, to indicate which master revision these were generated from.
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 e0619d2bf41..7fad5841a27 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.29 1998/08/05 00:44:32 perry Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.30 1998/08/07 17:21:35 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.23 1998/02/20 18:09:04 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.24 1998/08/05 00:44:34 perry Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }