summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-02-09 13:34:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-02-09 13:34:50 +0000
commit93760be8dcb88979b0dcaafd0b0ccaaea3eb50f5 (patch)
tree956eb927469b284764e759d32e3c2a91198c9e23 /sys/kern
parent42a1e64f713d250b82496ab035f4b80b51dce71e (diff)
sync
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c6
-rw-r--r--sys/kern/syscalls.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 34dfa4c8ab1..edcb7a510c4 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.161 2014/12/08 20:56:34 guenther Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.162 2015/02/09 13:34:49 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.149 2014/12/08 20:56:11 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.150 2015/02/09 13:34:19 deraadt Exp
*/
#include <sys/param.h>
@@ -54,7 +54,7 @@ struct sysent sysent[] = {
sys_chown }, /* 16 = chown */
{ 1, s(struct sys_obreak_args), 0,
sys_obreak }, /* 17 = break */
- { 0, 0, 0,
+ { 0, 0, SY_NOLOCK | 0,
sys_getdtablecount }, /* 18 = getdtablecount */
{ 2, s(struct sys_getrusage_args), 0,
sys_getrusage }, /* 19 = getrusage */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 705971ee151..427827559f5 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.162 2014/12/08 20:56:34 guenther Exp $ */
+/* $OpenBSD: syscalls.c,v 1.163 2015/02/09 13:34:49 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.149 2014/12/08 20:56:11 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.150 2015/02/09 13:34:19 deraadt Exp
*/
char *syscallnames[] = {