diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 6a69f656cf4..626da4fd029 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.23 1998/02/08 22:38:27 tholo Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.24 1998/02/10 08:44:25 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.21 1998/02/08 22:37:01 tholo Exp + * created from; OpenBSD: syscalls.master,v 1.22 1998/02/10 08:44:07 deraadt Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index ac1113cb344..78d130ee355 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.23 1998/02/08 22:38:27 tholo Exp $ */ +/* $OpenBSD: syscalls.c,v 1.24 1998/02/10 08:44:26 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.21 1998/02/08 22:37:01 tholo Exp + * created from; OpenBSD: syscalls.master,v 1.22 1998/02/10 08:44:07 deraadt Exp */ char *syscallnames[] = { |