sync (regen)
authorkstailey <kstailey@openbsd.org>
Fri, 28 Mar 1997 22:14:31 +0000 (22:14 +0000)
committerkstailey <kstailey@openbsd.org>
Fri, 28 Mar 1997 22:14:31 +0000 (22:14 +0000)
sys/compat/svr4/svr4_syscall.h
sys/compat/svr4/svr4_syscallargs.h
sys/compat/svr4/svr4_syscalls.c
sys/compat/svr4/svr4_sysent.c

index b9d262c..ff845e9 100644 (file)
@@ -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
index 94f08b4..ffb2eab 100644 (file)
@@ -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; }
index a9e9248..0fdba05 100644 (file)
@@ -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[] = {
index d1b0713..d8fd38d 100644 (file)
@@ -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>