From: mvs Date: Tue, 11 May 2021 11:18:15 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e07e905fd5338846db9155d1dcca59247e78c38c;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index d361c4c4df4..7a68da4a8d9 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.222 2021/05/06 12:57:02 anton Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.223 2021/05/11 11:18:15 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp + * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp */ #include @@ -240,7 +240,7 @@ struct sysent sysent[] = { sys_dup3 }, /* 102 = dup3 */ { 1, s(struct sys_sigreturn_args), 0, sys_sigreturn }, /* 103 = sigreturn */ - { 3, s(struct sys_bind_args), 0, + { 3, s(struct sys_bind_args), SY_NOLOCK | 0, sys_bind }, /* 104 = bind */ { 5, s(struct sys_setsockopt_args), 0, sys_setsockopt }, /* 105 = setsockopt */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 26346f304eb..64b2fc0f0b4 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.221 2021/05/06 12:57:02 anton Exp $ */ +/* $OpenBSD: syscalls.c,v 1.222 2021/05/11 11:18:15 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp + * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 0503ccda743..b8c7deac276 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.221 2021/05/06 12:57:03 anton Exp $ */ +/* $OpenBSD: syscall.h,v 1.222 2021/05/11 11:18:15 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp + * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 87ceeee733c..a890115b940 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.224 2021/05/06 12:57:03 anton Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.225 2021/05/11 11:18:15 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp + * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp */ #ifdef syscallarg