diff options
| -rw-r--r-- | sys/sys/syscall-hide.h | 1 | ||||
| -rw-r--r-- | sys/sys/syscall.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 6a18327e042d..4a016f9bd668 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 bb87a5ced837..788b0bf49841 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 |
