From: mvs Date: Tue, 11 Jan 2022 08:10:03 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6e6e940fa449da785b766b539f9d1ae8201e9ec7;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index e65d9076e8b..e0b2b71fd9a 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.233 2021/12/23 18:50:59 guenther Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.234 2022/01/11 08:10:03 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.221 2021/12/23 18:50:31 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp */ #include @@ -84,7 +84,7 @@ const struct sysent sysent[] = { sys_recvfrom }, /* 29 = recvfrom */ { 3, s(struct sys_accept_args), SY_NOLOCK | 0, sys_accept }, /* 30 = accept */ - { 3, s(struct sys_getpeername_args), 0, + { 3, s(struct sys_getpeername_args), SY_NOLOCK | 0, sys_getpeername }, /* 31 = getpeername */ { 3, s(struct sys_getsockname_args), 0, sys_getsockname }, /* 32 = getsockname */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index d92df40f80d..67571b7f39d 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.232 2021/12/23 18:50:59 guenther Exp $ */ +/* $OpenBSD: syscalls.c,v 1.233 2022/01/11 08:10:03 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.221 2021/12/23 18:50:31 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index c528d834702..0c01ca80396 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.230 2021/12/23 18:50:59 guenther Exp $ */ +/* $OpenBSD: syscall.h,v 1.231 2022/01/11 08:10:03 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.221 2021/12/23 18:50:31 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 53b15205650..1aa7ffc0dc1 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.233 2021/12/23 18:50:59 guenther Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.234 2022/01/11 08:10:03 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.221 2021/12/23 18:50:31 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp */ #ifdef syscallarg