From 6a8ddadbb72108f5830f86d23984bb5fba6981eb Mon Sep 17 00:00:00 2001 From: mvs Date: Mon, 25 Mar 2024 17:43:10 +0000 Subject: [PATCH] regen --- sys/kern/init_sysent.c | 6 +++--- sys/kern/syscalls.c | 4 ++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index c41755fa324..79e6a776c48 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.274 2024/01/26 18:24:58 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.275 2024/03/25 17:43:10 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp */ #include @@ -300,7 +300,7 @@ const 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 646ad4458dc..1c821d2dae3 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.272 2024/01/26 18:24:58 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.273 2024/03/25 17:43:10 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 19f7875a95e..cafb755826d 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.271 2024/01/26 18:24:58 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.272 2024/03/25 17:43:10 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp */ /* syscall: "exit" ret: "void" args: "int" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index c8c8504347a..cdef1a7db57 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.274 2024/01/26 18:24:58 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.275 2024/03/25 17:43:10 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp */ #ifdef syscallarg -- 2.20.1