diff options
author | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2022-02-24 07:43:04 +0000 |
---|---|---|
committer | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2022-02-24 07:43:04 +0000 |
commit | 96f51b9776463fb23f9ea74e8ef0dd2152a5d427 (patch) | |
tree | 4e6ccf00b33cf98c12afbae1e80b52f8b133d9cc /sys | |
parent | 82e3c008db160290a47e331e26d55c8e61f479f8 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/init_sysent.c | 6 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index e0b2b71fd9a..79f00e13777 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.234 2022/01/11 08:10:03 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.235 2022/02/24 07:43:02 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp */ #include <sys/param.h> @@ -86,7 +86,7 @@ const struct sysent sysent[] = { sys_accept }, /* 30 = accept */ { 3, s(struct sys_getpeername_args), SY_NOLOCK | 0, sys_getpeername }, /* 31 = getpeername */ - { 3, s(struct sys_getsockname_args), 0, + { 3, s(struct sys_getsockname_args), SY_NOLOCK | 0, sys_getsockname }, /* 32 = getsockname */ { 2, s(struct sys_access_args), 0, sys_access }, /* 33 = access */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 67571b7f39d..34cf153eac9 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.233 2022/01/11 08:10:03 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.234 2022/02/24 07:43:03 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 0c01ca80396..18484c32d85 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.231 2022/01/11 08:10:03 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.232 2022/02/24 07:43:03 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 1aa7ffc0dc1..4277e579da7 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.234 2022/01/11 08:10:03 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.235 2022/02/24 07:43:03 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp */ #ifdef syscallarg |