From: mvs Date: Tue, 11 May 2021 11:19:10 +0000 (+0000) Subject: Unlock connect(2). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fc0f8c0be75d43dd09390323c55ede8041d273aa;p=openbsd Unlock connect(2). ok mpi@ --- diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 3dacd6f0932..725c83a047d 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp $ +; $OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -212,7 +212,7 @@ 95 STD { int sys_fsync(int fd); } 96 STD { int sys_setpriority(int which, id_t who, int prio); } 97 STD NOLOCK { int sys_socket(int domain, int type, int protocol); } -98 STD { int sys_connect(int s, const struct sockaddr *name, \ +98 STD NOLOCK { int sys_connect(int s, const struct sockaddr *name, \ socklen_t namelen); } 99 STD { int sys_getdents(int fd, void *buf, size_t buflen); } 100 STD { int sys_getpriority(int which, id_t who); }