Regen.
authordownsj <downsj@openbsd.org>
Wed, 26 Mar 1997 08:12:39 +0000 (08:12 +0000)
committerdownsj <downsj@openbsd.org>
Wed, 26 Mar 1997 08:12:39 +0000 (08:12 +0000)
sys/compat/hpux/hpux_syscall.h
sys/compat/hpux/hpux_syscallargs.h
sys/compat/hpux/hpux_syscalls.c
sys/compat/hpux/hpux_sysent.c

index 11fc8e4..d328653 100644 (file)
@@ -2,7 +2,7 @@
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        OpenBSD: syscalls.master,v 1.4 1996/08/25 12:19:51 deraadt Exp 
+ * created from        OpenBSD: syscalls.master,v 1.5 1997/03/26 08:11:09 downsj Exp 
  */
 
 #define        HPUX_SYS_syscall        0
index 22e3301..e0ab0ca 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.4 1996/08/25 12:19:51 deraadt Exp 
+ * created from        OpenBSD: syscalls.master,v 1.5 1997/03/26 08:11:09 downsj Exp 
  */
 
 #define        syscallarg(x)   union { x datum; register_t pad; }
index f43c3d1..f8f0c1f 100644 (file)
@@ -2,7 +2,7 @@
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        OpenBSD: syscalls.master,v 1.4 1996/08/25 12:19:51 deraadt Exp 
+ * created from        OpenBSD: syscalls.master,v 1.5 1997/03/26 08:11:09 downsj Exp 
  */
 
 char *hpux_syscallnames[] = {
index e49cf23..e084215 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.4 1996/08/25 12:19:51 deraadt Exp 
+ * created from        OpenBSD: syscalls.master,v 1.5 1997/03/26 08:11:09 downsj Exp 
  */
 
 #include <sys/param.h>