diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-28 22:14:34 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-28 22:14:34 +0000 |
commit | 59648876c87251fae66c70a9e70c91f7c4978e1a (patch) | |
tree | 4f34db96c6634803b43ccecda2979a4df9652124 /sys | |
parent | 17c1b573084fbe31277afcf0184b23be51f98726 (diff) |
sync (regen)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 2 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 2 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 2 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_sysent.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index b9d262c9abf..ff845e90b74 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.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 SVR4_SYS_syscall 0 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; } diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index a9e9248ee99..0fdba0514cc 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.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 */ char *svr4_syscallnames[] = { diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index d1b0713ff1b..d8fd38dc0d4 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.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 */ #include <sys/param.h> |