diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 4eb90d98c285..d106e1506b5d 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: init_sysent.c,v 1.124 2001/01/27 07:48:28 thorpej Exp $ */ +/* $NetBSD: init_sysent.c,v 1.125 2001/04/10 11:06:20 kleink Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp + * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp */ #include "opt_ktrace.h" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 8c890c8f4726..5aaddafd8a46 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: syscalls.c,v 1.119 2001/01/27 07:48:28 thorpej Exp $ */ +/* $NetBSD: syscalls.c,v 1.120 2001/04/10 11:06:20 kleink Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp + * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp */ #if defined(_KERNEL) && !defined(_LKM) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 269c378e2632..1982366e40be 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.118 2001/01/27 07:48:29 thorpej Exp $ */ +/* $NetBSD: syscall.h,v 1.119 2001/04/10 11:06:21 kleink Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp + * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index bee8b8450759..f4f8a195e378 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.99 2001/01/27 07:48:30 thorpej Exp $ */ +/* $NetBSD: syscallargs.h,v 1.100 2001/04/10 11:06:21 kleink Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp + * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp */ #ifndef _SYS__SYSCALLARGS_H_