From 1ae20c072f0f733a86992c310f5aab1e1ad95921 Mon Sep 17 00:00:00 2001 From: mvs Date: Thu, 18 May 2023 10:24:28 +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 ae455082b53..c2e4c2950d1 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.265 2023/05/04 09:41:15 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.266 2023/05/18 10:24:28 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp */ #include @@ -441,7 +441,7 @@ const struct sysent sysent[] = { sys_nosys }, /* 200 = obsolete pad_truncate */ { 0, 0, 0, sys_nosys }, /* 201 = obsolete pad_ftruncate */ - { 6, s(struct sys_sysctl_args), SY_NOLOCK | 0, + { 6, s(struct sys_sysctl_args), 0, sys_sysctl }, /* 202 = sysctl */ { 2, s(struct sys_mlock_args), 0, sys_mlock }, /* 203 = mlock */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 3d816ebc277..92387f6613c 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.263 2023/05/04 09:41:15 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.264 2023/05/18 10:24:28 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index e102dc1c612..3dbbb8cecf6 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.262 2023/05/04 09:41:15 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.263 2023/05/18 10:24:28 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 54205e01185..63519efa3f0 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.265 2023/05/04 09:41:15 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.266 2023/05/18 10:24:28 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp */ #ifdef syscallarg -- 2.20.1