regen
authormvs <mvs@openbsd.org>
Thu, 24 Feb 2022 07:43:02 +0000 (07:43 +0000)
committermvs <mvs@openbsd.org>
Thu, 24 Feb 2022 07:43:02 +0000 (07:43 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index e0b2b71..79f00e1 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.234 2022/01/11 08:10:03 mvs Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.235 2022/02/24 07:43:02 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -86,7 +86,7 @@ const struct sysent sysent[] = {
            sys_accept },                       /* 30 = accept */
        { 3, s(struct sys_getpeername_args), SY_NOLOCK | 0,
            sys_getpeername },                  /* 31 = getpeername */
-       { 3, s(struct sys_getsockname_args), 0,
+       { 3, s(struct sys_getsockname_args), SY_NOLOCK | 0,
            sys_getsockname },                  /* 32 = getsockname */
        { 2, s(struct sys_access_args), 0,
            sys_access },                       /* 33 = access */
index 67571b7..34cf153 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.233 2022/01/11 08:10:03 mvs Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.234 2022/02/24 07:43:03 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp 
  */
 
 const char *const syscallnames[] = {
index 0c01ca8..18484c3 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.231 2022/01/11 08:10:03 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.232 2022/02/24 07:43:03 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index 1aa7ffc..4277e57 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.234 2022/01/11 08:10:03 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.235 2022/02/24 07:43:03 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.222 2022/01/11 08:09:14 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp 
  */
 
 #ifdef syscallarg