summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6f3a6d97c86..6375a4792a0 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.225 2021/05/11 11:20:51 mvs Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.226 2021/05/11 11:21:58 mvs Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp
*/
#include <sys/param.h>
@@ -300,7 +300,7 @@ struct sysent sysent[] = {
sys_mkfifo }, /* 132 = mkfifo */
{ 6, s(struct sys_sendto_args), SY_NOLOCK | 0,
sys_sendto }, /* 133 = sendto */
- { 2, s(struct sys_shutdown_args), 0,
+ { 2, s(struct sys_shutdown_args), SY_NOLOCK | 0,
sys_shutdown }, /* 134 = shutdown */
{ 4, s(struct sys_socketpair_args), SY_NOLOCK | 0,
sys_socketpair }, /* 135 = socketpair */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index d659ad15123..28b9e93c21d 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.224 2021/05/11 11:20:51 mvs Exp $ */
+/* $OpenBSD: syscalls.c,v 1.225 2021/05/11 11:21:58 mvs Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 73bf461d659..a552fa834cb 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.224 2021/05/11 11:20:51 mvs Exp $ */
+/* $OpenBSD: syscall.h,v 1.225 2021/05/11 11:21:58 mvs Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 107c0290749..4bd8f599ad0 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.227 2021/05/11 11:20:51 mvs Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.228 2021/05/11 11:21:58 mvs Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp
*/
#ifdef syscallarg