diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-26 08:12:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-26 08:12:43 +0000 |
commit | 6793ea2d56ee6dabd0891358daa4713ccd31ba01 (patch) | |
tree | be6b8e00f79ac485dd9be0c4a3caa33091c43b32 /sys | |
parent | 82ad719d247059394654fa6b07180acfe9edf509 (diff) |
Regen.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/hpux/hpux_syscall.h | 2 | ||||
-rw-r--r-- | sys/compat/hpux/hpux_syscallargs.h | 2 | ||||
-rw-r--r-- | sys/compat/hpux/hpux_syscalls.c | 2 | ||||
-rw-r--r-- | sys/compat/hpux/hpux_sysent.c | 2 |
4 files changed, 4 insertions, 4 deletions
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 <sys/param.h> |