diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2022-06-29 13:07:20 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2022-06-29 13:07:20 +0000 |
commit | 9422f1f5e90fcbc1b697507ed3708056e25441a1 (patch) | |
tree | caa2458154a10cf2253428ed2a7e4fb8da8e9416 /sys | |
parent | 9050512de11c19ea0fdaad55115620c39f249cd6 (diff) |
Regen syscalls files as they were meant to be, correcting the "created from:" info
Cluebat from miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | 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 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 <sys/param.h> 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 |