From: mvs Date: Tue, 11 May 2021 11:17:32 +0000 (+0000) Subject: Unlock bind(2). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7ab4351b136b196f412776a275cdfcc1b412e67c;p=openbsd Unlock bind(2). ok mpi@ --- diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 4246004f64e..3dacd6f0932 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp $ +; $OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -219,7 +219,7 @@ 101 STD NOLOCK { int sys_pipe2(int *fdp, int flags); } 102 STD NOLOCK { int sys_dup3(int from, int to, int flags); } 103 STD { int sys_sigreturn(struct sigcontext *sigcntxp); } -104 STD { int sys_bind(int s, const struct sockaddr *name, \ +104 STD NOLOCK { int sys_bind(int s, const struct sockaddr *name, \ socklen_t namelen); } 105 STD { int sys_setsockopt(int s, int level, int name, \ const void *val, socklen_t valsize); }