summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvs <mvs@cvs.openbsd.org>2021-05-11 11:19:40 +0000
committermvs <mvs@cvs.openbsd.org>2021-05-11 11:19:40 +0000
commitbcbe5cdb4cda0838725491c7df1460f9b84260f1 (patch)
tree4d42c4c259cefe18374134bb6c1fc34ebf9295dd
parent5cf90aa1a80c462fd8178b56f3d67f18a507f26b (diff)
regen
-rw-r--r--sys/kern/init_sysent.c6
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h4
-rw-r--r--sys/sys/syscallargs.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 7a68da4a8d9..9ac3438f86b 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.223 2021/05/11 11:18:15 mvs Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.224 2021/05/11 11:19:39 mvs Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp
*/
#include <sys/param.h>
@@ -228,7 +228,7 @@ struct sysent sysent[] = {
sys_setpriority }, /* 96 = setpriority */
{ 3, s(struct sys_socket_args), SY_NOLOCK | 0,
sys_socket }, /* 97 = socket */
- { 3, s(struct sys_connect_args), 0,
+ { 3, s(struct sys_connect_args), SY_NOLOCK | 0,
sys_connect }, /* 98 = connect */
{ 3, s(struct sys_getdents_args), 0,
sys_getdents }, /* 99 = getdents */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 64b2fc0f0b4..5daa572a5df 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.222 2021/05/11 11:18:15 mvs Exp $ */
+/* $OpenBSD: syscalls.c,v 1.223 2021/05/11 11:19:39 mvs Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index b8c7deac276..9207167b19b 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.222 2021/05/11 11:18:15 mvs Exp $ */
+/* $OpenBSD: syscall.h,v 1.223 2021/05/11 11:19:39 mvs Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index a890115b940..0ccd4b8a99a 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.225 2021/05/11 11:18:15 mvs Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.226 2021/05/11 11:19:39 mvs Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp
*/
#ifdef syscallarg