summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index 82378038e75..18db1e20552 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -1,8 +1,10 @@
+/* $OpenBSD: svr4_syscallargs.h,v 1.23 1998/02/10 13:43:46 niklas Exp $ */
+
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.21 1997/12/09 10:59:50 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.22 1998/02/10 13:41:55 niklas Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }