From: downsj Date: Wed, 26 Mar 1997 08:12:39 +0000 (+0000) Subject: Regen. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c23e829b3ef7f5da69e050543fb637223480c6c3;p=openbsd Regen. --- diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h index 11fc8e4854f..d328653dc03 100644 --- a/sys/compat/hpux/hpux_syscall.h +++ b/sys/compat/hpux/hpux_syscall.h @@ -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 diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h index 22e330136c7..e0ab0ca2e1f 100644 --- a/sys/compat/hpux/hpux_syscallargs.h +++ b/sys/compat/hpux/hpux_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.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; } diff --git a/sys/compat/hpux/hpux_syscalls.c b/sys/compat/hpux/hpux_syscalls.c index f43c3d15fd8..f8f0c1f4e0f 100644 --- a/sys/compat/hpux/hpux_syscalls.c +++ b/sys/compat/hpux/hpux_syscalls.c @@ -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[] = { diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c index e49cf2387cc..e084215bc6b 100644 --- a/sys/compat/hpux/hpux_sysent.c +++ b/sys/compat/hpux/hpux_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.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