From c60693dbd3b03accf0e29a21b705d25265024a7d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 2 Nov 2001 17:58:26 +0000 Subject: Reserve 378 for the new mount syscall Maxime Henrion is working on. (This is to get us more than 32 mountoptions). --- sys/kern/syscalls.master | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index be203eaada29..050adb3a7c9b 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); } + -- cgit v1.3