summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2000-06-15 05:30:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2000-06-15 05:30:33 +0000
commit05e13df6df9b56f4cd16aaed94969a16f81be8b6 (patch)
tree2c12c9654799643adcd3d6a7f9e868b02b0e795e /sys/compat/svr4/svr4_syscallargs.h
parent4ce2ece78111ad4a172ab68360c5d2ec2b38cefd (diff)
regen
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index c7bba803ea1..7345b366f54 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: svr4_syscallargs.h,v 1.26 1999/10/07 17:24:38 brad Exp $ */
+/* $OpenBSD: svr4_syscallargs.h,v 1.27 2000/06/15 05:30:32 brad Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp
+ * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }