From 5a936668165461c13f7e96d3b2b94db98332fb63 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 28 Mar 1997 22:14:31 +0000 Subject: [PATCH] sync (regen) --- sys/compat/svr4/svr4_syscall.h | 2 +- sys/compat/svr4/svr4_syscallargs.h | 2 +- sys/compat/svr4/svr4_syscalls.c | 2 +- sys/compat/svr4/svr4_sysent.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index b9d262c9abf..ff845e90b74 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -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 diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 94f08b4424a..ffb2eab06f5 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_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.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; } diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index a9e9248ee99..0fdba0514cc 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -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[] = { diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index d1b0713ff1b..d8fd38dc0d4 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_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.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 -- 2.20.1