diff options
Diffstat (limited to 'sys/kern')
-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 e5e6868..9d357fa 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.17 1995/10/07 06:24:08 swallace Exp + * created from Id: syscalls.master,v 1.19 1995/11/12 04:24:53 bde Exp */ #include <sys/types.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 67f3c20..e651a9d 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.17 1995/10/07 06:24:08 swallace Exp + * created from Id: syscalls.master,v 1.19 1995/11/12 04:24:53 bde Exp */ char *syscallnames[] = { |