diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-06-20 10:53:31 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-06-20 10:53:31 +0000 |
commit | f54e33ae63f8bfd72e8a256f9d2e53c25536ef67 (patch) | |
tree | b65f5d1ef5a004061acdfc7de5e21a44f1aaad57 /sys | |
parent | c9bb1f4cc8ba706fb8253ffe57b997532b99767e (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/init_sysent.c | 8 | ||||
-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, 10 insertions, 10 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 8de5feb39a6..0ff9518a855 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.192 2018/05/28 09:17:36 mpi Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.193 2018/06/20 10:53:30 mpi Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.181 2018/05/28 09:17:11 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.182 2018/06/20 10:52:49 mpi Exp */ #include <sys/param.h> @@ -78,7 +78,7 @@ struct sysent sysent[] = { #endif { 3, s(struct sys_recvmsg_args), 0, sys_recvmsg }, /* 27 = recvmsg */ - { 3, s(struct sys_sendmsg_args), 0, + { 3, s(struct sys_sendmsg_args), SY_NOLOCK | 0, sys_sendmsg }, /* 28 = sendmsg */ { 6, s(struct sys_recvfrom_args), 0, sys_recvfrom }, /* 29 = recvfrom */ @@ -298,7 +298,7 @@ struct sysent sysent[] = { sys_flock }, /* 131 = flock */ { 2, s(struct sys_mkfifo_args), 0, sys_mkfifo }, /* 132 = mkfifo */ - { 6, s(struct sys_sendto_args), 0, + { 6, s(struct sys_sendto_args), SY_NOLOCK | 0, sys_sendto }, /* 133 = sendto */ { 2, s(struct sys_shutdown_args), 0, sys_shutdown }, /* 134 = shutdown */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 62baef96604..08907d33eb6 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.191 2018/05/28 09:17:36 mpi Exp $ */ +/* $OpenBSD: syscalls.c,v 1.192 2018/06/20 10:53:30 mpi Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.181 2018/05/28 09:17:11 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.182 2018/06/20 10:52:49 mpi Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 6bfc820dd24..dc47ba865ca 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.191 2018/05/28 11:15:55 mpi Exp $ */ +/* $OpenBSD: syscall.h,v 1.192 2018/06/20 10:53:30 mpi Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.181 2018/05/28 09:17:11 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.182 2018/06/20 10:52:49 mpi Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index f447750cef7..151cf50e92a 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.194 2018/05/28 11:15:55 mpi Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.195 2018/06/20 10:53:30 mpi Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.181 2018/05/28 09:17:11 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.182 2018/06/20 10:52:49 mpi Exp */ #ifdef syscallarg |