diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-23 04:27:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-23 04:27:56 +0000 |
commit | f31e7c6390ee02ba0d93618bca1f08a4f744b2eb (patch) | |
tree | 8834219cf21c65e7a98db98a704ea82e7f8c6ddd /sys/kern | |
parent | af657e86986592ceb9d961e5251264dacb8f8370 (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 cc42bd6f995..3c42c78d5ef 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.67 2003/06/22 21:34:27 deraadt Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.68 2003/06/23 04:27:55 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp + * created from; OpenBSD: syscalls.master,v 1.60 2003/06/23 04:26:53 deraadt Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index b936460ed3a..65a1d16f5b1 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.67 2003/06/22 21:34:27 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.68 2003/06/23 04:27:55 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp + * created from; OpenBSD: syscalls.master,v 1.60 2003/06/23 04:26:53 deraadt Exp */ char *syscallnames[] = { |