diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-10 08:44:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-10 08:44:29 +0000 |
commit | 348e77d88f460bb51621887866d4d02779a5cc75 (patch) | |
tree | 5d6dbd9f0fed619ccb38fa7c35eea1cf12c80eda /sys/kern | |
parent | 7c48cd6bb8972ab114d4c827dc94ac05580d9312 (diff) |
sync
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[] = { |