summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-03-02 07:06:01 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-03-02 07:06:01 +0000
commit1ce6dd092c3496b2c853aef4abeb15838e72c669 (patch)
tree52ed7516fd6a9b93c7be2c6adffcd6fa7ceca654 /sys/kern
parentd0d95777331c7f005b4da0f4b3a829948ae2d1be (diff)
regen
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c8
-rw-r--r--sys/kern/syscalls.c6
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index f385d94eb88..fbd7c42b017 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.138 2012/09/10 02:22:37 deraadt Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.139 2013/03/02 07:06:00 guenther Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.126 2012/09/10 02:22:17 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.127 2013/03/02 07:05:18 guenther Exp
*/
#include <sys/param.h>
@@ -781,8 +781,8 @@ struct sysent sysent[] = {
sys_utimensat }, /* 326 = utimensat */
{ 2, s(struct sys_futimens_args), 0,
sys_futimens }, /* 327 = futimens */
- { 1, s(struct compat_o51_sys___tfork_args), 0,
- compat_o51(sys___tfork) }, /* 328 = compat_o51 __tfork */
+ { 0, 0, 0,
+ sys_nosys }, /* 328 = obsolete otfork51 */
{ 1, s(struct sys___set_tcb_args), SY_NOLOCK | 0,
sys___set_tcb }, /* 329 = __set_tcb */
{ 0, 0, SY_NOLOCK | 0,
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index f72977602b3..748c4232fcc 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.139 2012/09/10 02:22:37 deraadt Exp $ */
+/* $OpenBSD: syscalls.c,v 1.140 2013/03/02 07:06:00 guenther Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.126 2012/09/10 02:22:17 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.127 2013/03/02 07:05:18 guenther Exp
*/
char *syscallnames[] = {
@@ -403,7 +403,7 @@ char *syscallnames[] = {
"unlinkat", /* 325 = unlinkat */
"utimensat", /* 326 = utimensat */
"futimens", /* 327 = futimens */
- "compat_o51___tfork", /* 328 = compat_o51 __tfork */
+ "#328 (obsolete otfork51)", /* 328 = obsolete otfork51 */
"__set_tcb", /* 329 = __set_tcb */
"__get_tcb", /* 330 = __get_tcb */
};