diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-02 05:38:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-02 05:38:28 +0000 |
commit | 285407cc1701a5afc57fb110c5852c7ebabe1b3b (patch) | |
tree | cac33ab14f4dcc1be9b1cd8dc145b91a321fdc4a /sys/kern | |
parent | 14da5bb79bde3fa8a6de6c1eb51fcff6c0136e4e (diff) |
sync
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 170a0a18fa1..cbeb02a5be7 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 OpenBSD: syscalls.master,v 1.19 1997/11/14 20:56:03 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.20 1998/01/02 05:32:51 deraadt Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 1444df66803..a25e55805e8 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 OpenBSD: syscalls.master,v 1.19 1997/11/14 20:56:03 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.20 1998/01/02 05:32:51 deraadt Exp */ char *syscallnames[] = { |