From e2bb3603ed6e15874af6b1c1162d67d5a7a32e57 Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 6 May 2021 12:57:02 +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 7f55d16610c..d361c4c4df4 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.221 2021/05/04 18:14:59 cheloha Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.222 2021/05/06 12:57:02 anton Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp */ #include @@ -435,7 +435,7 @@ struct sysent sysent[] = { sys_mmap }, /* 197 = mmap */ { 0, 0, 0, sys_nosys }, /* 198 = __syscall (indir) */ - { 4, s(struct sys_lseek_args), 0, + { 4, s(struct sys_lseek_args), SY_NOLOCK | 0, sys_lseek }, /* 199 = lseek */ { 3, s(struct sys_truncate_args), 0, sys_truncate }, /* 200 = truncate */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 1442b3c2518..26346f304eb 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.220 2021/05/04 18:14:58 cheloha Exp $ */ +/* $OpenBSD: syscalls.c,v 1.221 2021/05/06 12:57:02 anton Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 5335de84bcd..0503ccda743 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.220 2021/05/04 18:14:58 cheloha Exp $ */ +/* $OpenBSD: syscall.h,v 1.221 2021/05/06 12:57:03 anton Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 19bb1d2891f..87ceeee733c 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.223 2021/05/04 18:14:58 cheloha Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.224 2021/05/06 12:57:03 anton Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp + * created from; OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp */ #ifdef syscallarg -- 2.20.1