From bc3d326ac45fbd60a8fbd481010c2092db18ac9d Mon Sep 17 00:00:00 2001 From: kn Date: Sat, 17 Dec 2022 13:45:00 +0000 Subject: [PATCH] regen after minherit(2) unlock --- 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 afbb34c0f9b..f74f7a5def6 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.254 2022/11/30 10:21:29 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.255 2022/12/17 13:45:00 kn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp */ #include @@ -564,7 +564,7 @@ const struct sysent sysent[] = { sys_nosys }, /* 248 = unimplemented */ { 0, 0, 0, sys_nosys }, /* 249 = unimplemented */ - { 3, s(struct sys_minherit_args), 0, + { 3, s(struct sys_minherit_args), SY_NOLOCK | 0, sys_minherit }, /* 250 = minherit */ { 0, 0, 0, sys_nosys }, /* 251 = obsolete rfork */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 02f16fcded9..fe067eaf310 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.252 2022/11/30 10:21:29 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.253 2022/12/17 13:45:00 kn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 4ec6837f3d5..3cc6f20d0d6 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.251 2022/11/30 10:21:29 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.252 2022/12/17 13:45:00 kn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index db8edc52128..a6aea90adf5 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.254 2022/11/30 10:21:29 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.255 2022/12/17 13:45:00 kn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp */ #ifdef syscallarg -- 2.20.1