diff options
-rw-r--r-- | sys/kern/init_sysent.c | 2 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index ce98c00..e4a3717 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp + * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp */ #include "opt_compat.h" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 1b02ad1..46cf740 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp + * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp */ char *syscallnames[] = { |