Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>

is working on.  (This is to get us more than 32 mountoptions).
This commit is contained in:
Poul-Henning Kamp 2001-11-02 17:58:26 +00:00
parent 23ab7d0fa2
commit c60693dbd3

View File

@ -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); }