summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-23 06:13:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-23 06:13:03 +0000
commite40efcc04a1d63ad06dc8818ba72947a07301e44 (patch)
tree9afbdaf47b1a0c22d6a394666cd8ba157f584758 /sys/kern
parentc343f2aa369b41128ae609328b467c51b9e65ef7 (diff)
sync
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c9
-rw-r--r--sys/kern/syscalls.c6
2 files changed, 7 insertions, 8 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index ebafe0d25b5..448c45cdae5 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.136 2012/06/21 00:57:59 guenther Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.137 2012/08/23 06:13:02 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.124 2012/06/21 00:56:59 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.125 2012/08/23 06:12:49 deraadt Exp
*/
#include <sys/param.h>
@@ -14,7 +14,6 @@
#include <sys/syscallargs.h>
#include <sys/poll.h>
#include <sys/event.h>
-#include <nnpfs/nnpfs_pioctl.h>
#ifdef COMPAT_O48
#define compat_o48(func) __CONCAT(compat_o48_,func)
@@ -467,8 +466,8 @@ struct sysent sysent[] = {
sys_futimes }, /* 206 = futimes */
{ 1, s(struct sys_getpgid_args), 0,
sys_getpgid }, /* 207 = getpgid */
- { 5, s(struct sys_nnpfspioctl_args), 0,
- sys_nnpfspioctl }, /* 208 = nnpfspioctl */
+ { 0, 0, 0,
+ sys_nosys }, /* 208 = obsolete nnpfspioctl */
{ 0, 0, 0,
sys_nosys }, /* 209 = unimplemented */
#ifdef LKM
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 76948ba5c25..8ebaf105f32 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.137 2012/06/21 00:57:59 guenther Exp $ */
+/* $OpenBSD: syscalls.c,v 1.138 2012/08/23 06:13:02 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.124 2012/06/21 00:56:59 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.125 2012/08/23 06:12:49 deraadt Exp
*/
char *syscallnames[] = {
@@ -232,7 +232,7 @@ char *syscallnames[] = {
"#205 (unimplemented sys_undelete)", /* 205 = unimplemented sys_undelete */
"futimes", /* 206 = futimes */
"getpgid", /* 207 = getpgid */
- "nnpfspioctl", /* 208 = nnpfspioctl */
+ "#208 (obsolete nnpfspioctl)", /* 208 = obsolete nnpfspioctl */
"#209 (unimplemented)", /* 209 = unimplemented */
#ifdef LKM
"lkmnosys", /* 210 = lkmnosys */