-/* $OpenBSD: init_sysent.c,v 1.226 2021/05/11 11:21:58 mvs Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.227 2021/05/12 15:05:09 mpi Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.216 2021/05/12 15:04:48 mpi Exp
*/
#include <sys/param.h>
sys_setpriority }, /* 96 = setpriority */
{ 3, s(struct sys_socket_args), SY_NOLOCK | 0,
sys_socket }, /* 97 = socket */
- { 3, s(struct sys_connect_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_connect_args), 0,
sys_connect }, /* 98 = connect */
{ 3, s(struct sys_getdents_args), 0,
sys_getdents }, /* 99 = getdents */
sys_dup3 }, /* 102 = dup3 */
{ 1, s(struct sys_sigreturn_args), 0,
sys_sigreturn }, /* 103 = sigreturn */
- { 3, s(struct sys_bind_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_bind_args), 0,
sys_bind }, /* 104 = bind */
{ 5, s(struct sys_setsockopt_args), 0,
sys_setsockopt }, /* 105 = setsockopt */
- { 2, s(struct sys_listen_args), SY_NOLOCK | 0,
+ { 2, s(struct sys_listen_args), 0,
sys_listen }, /* 106 = listen */
{ 4, s(struct sys_chflagsat_args), 0,
sys_chflagsat }, /* 107 = chflagsat */
sys_mkfifo }, /* 132 = mkfifo */
{ 6, s(struct sys_sendto_args), SY_NOLOCK | 0,
sys_sendto }, /* 133 = sendto */
- { 2, s(struct sys_shutdown_args), SY_NOLOCK | 0,
+ { 2, s(struct sys_shutdown_args), 0,
sys_shutdown }, /* 134 = shutdown */
{ 4, s(struct sys_socketpair_args), SY_NOLOCK | 0,
sys_socketpair }, /* 135 = socketpair */