From b379f5f390b41bd79a930a0eac6a12fd4c8c0360 Mon Sep 17 00:00:00 2001 From: mvs Date: Tue, 11 May 2021 11:21:31 +0000 Subject: [PATCH] Unlock shutdown(2). ok mpi@ --- sys/kern/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index ed30235fc31..150850eb686 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp $ +; $OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -265,7 +265,7 @@ 133 STD NOLOCK { ssize_t sys_sendto(int s, const void *buf, \ size_t len, int flags, const struct sockaddr *to, \ socklen_t tolen); } -134 STD { int sys_shutdown(int s, int how); } +134 STD NOLOCK { int sys_shutdown(int s, int how); } 135 STD NOLOCK { int sys_socketpair(int domain, int type, \ int protocol, int *rsv); } 136 STD { int sys_mkdir(const char *path, mode_t mode); } -- 2.20.1