From 9eacc04c7253d67c903f37c7ca6f3bf79ba3919d Mon Sep 17 00:00:00 2001 From: mbuhl Date: Sat, 3 Sep 2022 21:16:51 +0000 Subject: [PATCH] regen --- sys/kern/init_sysent.c | 4 ++-- sys/kern/syscalls.c | 4 ++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 642881f1bf9..90fee83fabe 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.248 2022/09/03 21:13:48 mbuhl Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.249 2022/09/03 21:16:51 mbuhl Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.232 2022/09/03 21:13:48 mbuhl Exp */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index c41adedd22f..c5e32082f18 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.246 2022/09/03 21:13:48 mbuhl Exp $ */ +/* $OpenBSD: syscalls.c,v 1.247 2022/09/03 21:16:51 mbuhl Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.232 2022/09/03 21:13:48 mbuhl Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 57d622faa65..d5ef0ad492d 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.245 2022/09/03 21:13:48 mbuhl Exp $ */ +/* $OpenBSD: syscall.h,v 1.246 2022/09/03 21:16:51 mbuhl Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.232 2022/09/03 21:13:48 mbuhl Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 709eccba5ad..42f32f89c99 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.248 2022/09/03 21:13:48 mbuhl Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.249 2022/09/03 21:16:51 mbuhl Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.232 2022/09/03 21:13:48 mbuhl Exp */ #ifdef syscallarg -- 2.20.1