diff options
author | anton <anton@cvs.openbsd.org> | 2020-03-10 19:20:54 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2020-03-10 19:20:54 +0000 |
commit | 12cb04600081b07db57b59475d974d56e90470d4 (patch) | |
tree | 041e7aded31c821b2caef9ae39f1ccfd14da8557 /sys/kern | |
parent | 25b7493e26348accfb956654c6b29dbaeb188c13 (diff) |
regen
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/init_sysent.c | 6 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 2e188788c1b..a2b4ee2e3bd 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.216 2020/02/22 12:03:19 anton Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.217 2020/03/10 19:20:53 anton Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.204 2020/01/30 15:24:06 visa Exp + * created from; OpenBSD: syscalls.master,v 1.205 2020/02/22 12:00:24 anton Exp */ #include <sys/param.h> @@ -216,7 +216,7 @@ struct sysent sysent[] = { sys_dup2 }, /* 90 = dup2 */ { 2, s(struct sys_nanosleep_args), SY_NOLOCK | 0, sys_nanosleep }, /* 91 = nanosleep */ - { 3, s(struct sys_fcntl_args), 0, + { 3, s(struct sys_fcntl_args), SY_NOLOCK | 0, sys_fcntl }, /* 92 = fcntl */ { 4, s(struct sys_accept4_args), 0, sys_accept4 }, /* 93 = accept4 */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 87cb88b8a08..0d44292e051 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.215 2020/02/22 12:03:19 anton Exp $ */ +/* $OpenBSD: syscalls.c,v 1.216 2020/03/10 19:20:53 anton Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.204 2020/01/30 15:24:06 visa Exp + * created from; OpenBSD: syscalls.master,v 1.205 2020/02/22 12:00:24 anton Exp */ char *syscallnames[] = { |