sync with OpenBSD -current
This commit is contained in:
parent
25f7188861
commit
8ff00f10fc
2137 changed files with 177389 additions and 104447 deletions
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: init_sysent.c,v 1.273 2023/12/19 06:59:17 deraadt Exp $ */
|
||||
/* $OpenBSD: init_sysent.c,v 1.274 2024/01/26 18:24:58 mvs Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -244,7 +244,7 @@ const struct sysent sysent[] = {
|
|||
sys_bind }, /* 104 = bind */
|
||||
{ 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0,
|
||||
sys_setsockopt }, /* 105 = setsockopt */
|
||||
{ 2, s(struct sys_listen_args), 0,
|
||||
{ 2, s(struct sys_listen_args), SY_NOLOCK | 0,
|
||||
sys_listen }, /* 106 = listen */
|
||||
{ 4, s(struct sys_chflagsat_args), 0,
|
||||
sys_chflagsat }, /* 107 = chflagsat */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue