summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-09 11:00:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-09 11:00:01 +0000
commit718b4fc3dc65a2640d75a431c2ded7190361aa2d (patch)
treeb193afb035916295e4e2dfcf35f21db771c2f865 /sys/compat
parent91ce0ae6e6cbcd93f0b7243d59ab97a9a6d6e538 (diff)
sync
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/svr4/svr4_syscall.h2
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h2
-rw-r--r--sys/compat/svr4/svr4_syscalls.c2
-rw-r--r--sys/compat/svr4/svr4_sysent.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index cb3f21fa416..be07f1fe9f0 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.20 1997/12/02 00:07:05 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.21 1997/12/09 10:59:50 deraadt Exp
*/
#define SVR4_SYS_syscall 0
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index ac2d0ebbf39..82378038e75 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.20 1997/12/02 00:07:05 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.21 1997/12/09 10:59:50 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c
index ad6d1abd0bb..5610136ff40 100644
--- a/sys/compat/svr4/svr4_syscalls.c
+++ b/sys/compat/svr4/svr4_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.20 1997/12/02 00:07:05 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.21 1997/12/09 10:59:50 deraadt Exp
*/
char *svr4_syscallnames[] = {
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c
index 8ad7479e7d7..8f773f8f890 100644
--- a/sys/compat/svr4/svr4_sysent.c
+++ b/sys/compat/svr4/svr4_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.20 1997/12/02 00:07:05 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.21 1997/12/09 10:59:50 deraadt Exp
*/
#include <sys/param.h>