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 ba8df68d0a4..85c449eb35c 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.163 2015/02/09 13:41:24 pelikan Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.164 2015/02/09 13:55:04 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.150 2015/02/09 13:34:19 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.152 2015/02/09 13:54:23 deraadt Exp */ #include <sys/param.h> @@ -712,7 +712,7 @@ struct sysent sysent[] = { sys_nosys }, /* 309 = obsolete fhstatfs53 */ { 1, s(struct sys_setrtable_args), 0, sys_setrtable }, /* 310 = setrtable */ - { 0, 0, 0, + { 0, 0, SY_NOLOCK | 0, sys_getrtable }, /* 311 = getrtable */ { 0, 0, 0, sys_nosys }, /* 312 = obsolete t32_getdirentries */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 427827559f5..3ede517d58e 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.163 2015/02/09 13:34:49 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.164 2015/02/09 13:55:04 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.150 2015/02/09 13:34:19 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.152 2015/02/09 13:54:23 deraadt Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index cab4cd28374..156c4d7a2a2 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.162 2015/02/09 13:34:49 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.163 2015/02/09 13:55:04 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.150 2015/02/09 13:34:19 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.152 2015/02/09 13:54:23 deraadt Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index a8a005566c5..c4189690335 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.164 2015/02/09 13:34:49 deraadt Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.165 2015/02/09 13:55:04 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.150 2015/02/09 13:34:19 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.152 2015/02/09 13:54:23 deraadt Exp */ #ifdef syscallarg |