summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-08-05 00:44:11 +0000
committerjkh <jkh@FreeBSD.org>1999-08-05 00:44:11 +0000
commite8a209640633b01a53f02d1c38bda4e5bff7f626 (patch)
tree1c35015f0eeeb0f93eaca897c65d212303986a90
parent25f88feae2cdbcc9ceea84638daf31a931fdd445 (diff)
downloadFreeBSD-src-e8a209640633b01a53f02d1c38bda4e5bff7f626.zip
FreeBSD-src-e8a209640633b01a53f02d1c38bda4e5bff7f626.tar.gz
More committage for the arla pioctl syscall.
Reminded by: green
-rw-r--r--sys/sys/syscall-hide.h1
-rw-r--r--sys/sys/syscall.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index 6a18327..4a016f9 100644
--- a/sys/sys/syscall-hide.h
+++ b/sys/sys/syscall-hide.h
@@ -252,3 +252,4 @@ HIDE_BSD(utrace)
HIDE_BSD(sendfile)
HIDE_BSD(kldsym)
HIDE_BSD(jail)
+HIDE_BSD(pioctl)
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index bb87a5c..788b0bf 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -258,4 +258,4 @@
#define SYS_sendfile 336
#define SYS_kldsym 337
#define SYS_jail 338
-#define SYS_MAXSYSCALL 339
+#define SYS_MAXSYSCALL 340
OpenPOWER on IntegriCloud