summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2023-11-29 20:46:25 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2023-11-29 20:46:25 +0000
commite9b408fea717e762b3db9ceff32bd71f1ddc75b2 (patch)
tree93acb6acdb0d32a887e1d4b30d594a404bdb4ebc /sys/kern/init_sysent.c
parentf1ca325f132489b74a1c089a832bbda743cd0def (diff)
regen syscalls
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index b64c4aa01b9..ea59de069d5 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.268 2023/08/20 15:14:20 visa Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.269 2023/11/29 20:46:23 bluhm Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp
+ * created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp
*/
#include <sys/param.h>
@@ -240,7 +240,7 @@ const 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), SY_NOLOCK | 0,
sys_setsockopt }, /* 105 = setsockopt */