summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/init_sysent.c2
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscallargs.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 6c687ec5e94..9512168d22a 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_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.14 1997/04/20 20:48:27 tholo Exp
+ * created from OpenBSD: syscalls.master,v 1.15 1997/05/30 21:43:33 kstailey Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index a30bc955f75..45b989506cf 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.14 1997/04/20 20:48:27 tholo Exp
+ * created from OpenBSD: syscalls.master,v 1.15 1997/05/30 21:43:33 kstailey Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 870b341d97d..85cd83bdfb4 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.14 1997/04/20 20:48:27 tholo Exp
+ * created from OpenBSD: syscalls.master,v 1.15 1997/05/30 21:43:33 kstailey Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index db970fc0454..118212b6dbe 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/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.14 1997/04/20 20:48:27 tholo Exp
+ * created from OpenBSD: syscalls.master,v 1.15 1997/05/30 21:43:33 kstailey Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }