From ffacad8a92845a8e75064e24e1de03a690b00f13 Mon Sep 17 00:00:00 2001 From: mbuhl Date: Sat, 3 Sep 2022 12:35:29 +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 7e2cc3661d1..ef8e59e225b 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.246 2022/09/03 12:33:44 mbuhl Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.247 2022/09/03 12:35:29 mbuhl Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.230 2022/09/02 13:18:06 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 2cddcb6a538..9b4b152b49c 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.244 2022/09/03 12:33:44 mbuhl Exp $ */ +/* $OpenBSD: syscalls.c,v 1.245 2022/09/03 12:35:29 mbuhl Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.230 2022/09/02 13:18:06 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index c2ad6f36256..9cbb16e8942 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.243 2022/09/03 12:33:45 mbuhl Exp $ */ +/* $OpenBSD: syscall.h,v 1.244 2022/09/03 12:35:29 mbuhl Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.230 2022/09/02 13:18:06 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 5b20dce89e3..6b01e862e69 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.246 2022/09/03 12:33:45 mbuhl Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.247 2022/09/03 12:35:29 mbuhl Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.230 2022/09/02 13:18:06 mbuhl Exp + * created from; OpenBSD: syscalls.master,v 1.231 2022/09/03 12:33:44 mbuhl Exp */ #ifdef syscallarg -- 2.20.1