diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 76e504575783..ab4a6352283c 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 NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp + * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 3c0b213674b0..cdb508ae95c8 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 NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp + * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos 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 74804df461ab..c969f672811f 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 NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp + * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp */ char *svr4_syscallnames[] = { diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 2cabfbb8c546..436339f44850 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 NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp + * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp */ #include