summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-11-02 17:58:26 +0000
committerphk <phk@FreeBSD.org>2001-11-02 17:58:26 +0000
commitabbfca3cacc90cf9218a66b410ea43e0cc178551 (patch)
tree03faee8e64139d59a15b0f55add41df4c7fbecf6 /sys/kern/syscalls.master
parent3143414cffc8f56c844a1de625c2799c37aa7cc9 (diff)
downloadFreeBSD-src-abbfca3cacc90cf9218a66b410ea43e0cc178551.zip
FreeBSD-src-abbfca3cacc90cf9218a66b410ea43e0cc178551.tar.gz
Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>
is working on. (This is to get us more than 32 mountoptions).
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index be203ea..050adb3 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -546,3 +546,6 @@
375 NOIMPL BSD { int nfsclnt(int flag, caddr_t argp); }
376 STD BSD { int eaccess(char *path, int flags); }
377 UNIMPL BSD afs_syscall
+378 STD BSD { int nmount(struct iovec *iovp, unsigned int iovcnt, \
+ int flags); }
+
OpenPOWER on IntegriCloud