From 9422f1f5e90fcbc1b697507ed3708056e25441a1 Mon Sep 17 00:00:00 2001 From: Jeremie Courreges-Anglas Date: Wed, 29 Jun 2022 13:07:20 +0000 Subject: Regen syscalls files as they were meant to be, correcting the "created from:" info Cluebat from miod@ --- 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(-) (limited to 'sys') diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index b4f6c8149e7..2e1222cdbf9 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.239 2022/06/29 12:17:31 jca Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.240 2022/06/29 13:07:19 jca Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.225 2022/06/27 14:26:05 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.226 2022/06/29 12:17:31 jca Exp */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 1ed2a68689b..e00504829d7 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.237 2022/06/29 12:17:31 jca Exp $ */ +/* $OpenBSD: syscalls.c,v 1.238 2022/06/29 13:07:19 jca Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.225 2022/06/27 14:26:05 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.226 2022/06/29 12:17:31 jca Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 2643306376f..7e3e545c918 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.236 2022/06/29 12:17:31 jca Exp $ */ +/* $OpenBSD: syscall.h,v 1.237 2022/06/29 13:07:19 jca Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.225 2022/06/27 14:26:05 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.226 2022/06/29 12:17:31 jca Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 4ece1b1ea40..3d75cdbeb06 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.239 2022/06/29 12:17:31 jca Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.240 2022/06/29 13:07:19 jca Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.225 2022/06/27 14:26:05 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.226 2022/06/29 12:17:31 jca Exp */ #ifdef syscallarg -- cgit v1.2.3