diff options
-rw-r--r-- | sys/kern/init_sysent.c | 6 | ||||
-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, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 76e20160f36..b02a1d671e3 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.173 2015/09/26 15:39:57 tedu Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.174 2015/10/02 17:51:04 kettenis Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.161 2015/10/02 17:49:40 kettenis Exp */ #include <sys/param.h> @@ -431,7 +431,7 @@ struct sysent sysent[] = { sys_setrlimit }, /* 195 = setrlimit */ { 0, 0, 0, sys_nosys }, /* 196 = obsolete ogetdirentries48 */ - { 7, s(struct sys_mmap_args), SY_NOLOCK | 0, + { 7, s(struct sys_mmap_args), 0, sys_mmap }, /* 197 = mmap */ { 0, 0, 0, sys_nosys }, /* 198 = __syscall (indir) */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 11bb7ded628..8574caef298 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.172 2015/09/26 15:39:57 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.173 2015/10/02 17:51:04 kettenis Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.161 2015/10/02 17:49:40 kettenis Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 33cc4d70f80..8a4de8ec0aa 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.171 2015/09/26 15:39:57 tedu Exp $ */ +/* $OpenBSD: syscall.h,v 1.172 2015/10/02 17:51:04 kettenis Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.161 2015/10/02 17:49:40 kettenis Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 49df2978dd4..c7d648a811c 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.174 2015/09/26 15:39:57 tedu Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.175 2015/10/02 17:51:04 kettenis Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.161 2015/10/02 17:49:40 kettenis Exp */ #ifdef syscallarg |