summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-03-28 22:14:34 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-03-28 22:14:34 +0000
commit59648876c87251fae66c70a9e70c91f7c4978e1a (patch)
tree4f34db96c6634803b43ccecda2979a4df9652124 /sys/compat/svr4/svr4_syscallargs.h
parent17c1b573084fbe31277afcf0184b23be51f98726 (diff)
sync (regen)
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index 94f08b4424a..ffb2eab06f5 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.11 1997/02/13 19:45:27 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.12 1997/03/28 22:03:49 kstailey Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }