From 444013455c366a32d12e15044132e114dd0b0f14 Mon Sep 17 00:00:00 2001 From: mvs Date: Wed, 2 Jun 2021 11:31: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 9ecfb4797aa..43c69a946cf 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.227 2021/05/12 15:05:09 mpi Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.228 2021/06/02 11:31:10 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.216 2021/05/12 15:04:48 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp */ #include @@ -709,7 +709,7 @@ struct sysent sysent[] = { sys_nosys }, /* 308 = obsolete fstatfs53 */ { 0, 0, 0, sys_nosys }, /* 309 = obsolete fhstatfs53 */ - { 1, s(struct sys_setrtable_args), 0, + { 1, s(struct sys_setrtable_args), SY_NOLOCK | 0, sys_setrtable }, /* 310 = setrtable */ { 0, 0, SY_NOLOCK | 0, sys_getrtable }, /* 311 = getrtable */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 40063b083a1..681c63cd665 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.226 2021/05/12 15:05:09 mpi Exp $ */ +/* $OpenBSD: syscalls.c,v 1.227 2021/06/02 11:31:10 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.216 2021/05/12 15:04:48 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index a552fa834cb..10e961d88a9 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.225 2021/05/11 11:21:58 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.226 2021/06/02 11:31:10 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 4bd8f599ad0..9d3e76447f1 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.228 2021/05/11 11:21:58 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.229 2021/06/02 11:31:10 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp */ #ifdef syscallarg -- 2.20.1