diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-12 01:13:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-12 01:13:15 +0000 |
commit | bfcdd41f3e629a81e5ef90ccff54586bd2202b13 (patch) | |
tree | 7061c85f2389c6e6ee4a65170072e66f3a1663fb /sys/kern | |
parent | 52c1fc97f7c1ade9cf0ebc1b5a041fed194d6e10 (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 5e200033463..724f3dfd466 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.190 2017/11/28 06:05:15 guenther Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.191 2017/12/12 01:13:14 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.180 2017/12/12 01:12:34 deraadt Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 668382aacd3..2a069bc4463 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.189 2017/11/28 06:05:16 guenther Exp $ */ +/* $OpenBSD: syscalls.c,v 1.190 2017/12/12 01:13:14 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.180 2017/12/12 01:12:34 deraadt Exp */ char *syscallnames[] = { |