diff --git a/sys/compat/darwin/darwin_syscall.h b/sys/compat/darwin/darwin_syscall.h index dd23279e3d00..121262935213 100644 --- a/sys/compat/darwin/darwin_syscall.h +++ b/sys/compat/darwin/darwin_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: darwin_syscall.h,v 1.13 2002/12/08 21:53:17 manu Exp $ */ +/* $NetBSD: darwin_syscall.h,v 1.14 2002/12/08 21:53:57 manu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp + * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/compat/darwin/darwin_syscallargs.h b/sys/compat/darwin/darwin_syscallargs.h index d9ac562f23a4..f2d286f70722 100644 --- a/sys/compat/darwin/darwin_syscallargs.h +++ b/sys/compat/darwin/darwin_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: darwin_syscallargs.h,v 1.13 2002/12/08 21:53:17 manu Exp $ */ +/* $NetBSD: darwin_syscallargs.h,v 1.14 2002/12/08 21:53:58 manu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp + * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp */ #ifndef _DARWIN_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/darwin/darwin_syscalls.c b/sys/compat/darwin/darwin_syscalls.c index 6b5e67c6505c..04c23cddf357 100644 --- a/sys/compat/darwin/darwin_syscalls.c +++ b/sys/compat/darwin/darwin_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: darwin_syscalls.c,v 1.13 2002/12/08 21:53:17 manu Exp $ */ +/* $NetBSD: darwin_syscalls.c,v 1.14 2002/12/08 21:53:58 manu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp + * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.13 2002/12/08 21:53:17 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.14 2002/12/08 21:53:58 manu Exp $"); #if defined(_KERNEL_OPT) #include "opt_ktrace.h" diff --git a/sys/compat/darwin/darwin_sysent.c b/sys/compat/darwin/darwin_sysent.c index dd0d12f8cfe5..49cc0c21dcc1 100644 --- a/sys/compat/darwin/darwin_sysent.c +++ b/sys/compat/darwin/darwin_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: darwin_sysent.c,v 1.13 2002/12/08 21:53:18 manu Exp $ */ +/* $NetBSD: darwin_sysent.c,v 1.14 2002/12/08 21:53:58 manu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp + * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.13 2002/12/08 21:53:18 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.14 2002/12/08 21:53:58 manu Exp $"); #include "opt_ktrace.h" #include "opt_nfsserver.h"