diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-09-17 19:28:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-09-17 19:28:00 +0000 |
commit | 1af4f2e82db0da8a9f492e953ba2e8f0b15db5fa (patch) | |
tree | 880e7567457e67be03d02aa70100d5b92e1bec6d /sys/kern | |
parent | c73e4ec196c5e942486c87672f9cb17dbec47b96 (diff) |
regen
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 991e99bb214..7c0eb8d8a27 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.157 2014/09/01 05:13:22 doug Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.158 2014/09/17 19:27:59 millert Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.145 2014/09/01 05:09:53 doug Exp + * created from; OpenBSD: syscalls.master,v 1.146 2014/09/17 19:26:06 millert Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 54f68083ee1..b51e3bde021 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.158 2014/09/01 05:13:22 doug Exp $ */ +/* $OpenBSD: syscalls.c,v 1.159 2014/09/17 19:27:59 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.145 2014/09/01 05:09:53 doug Exp + * created from; OpenBSD: syscalls.master,v 1.146 2014/09/17 19:26:06 millert Exp */ char *syscallnames[] = { |