diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-02 17:58:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-02 17:58:26 +0000 |
| commit | c60693dbd3b03accf0e29a21b705d25265024a7d (patch) | |
| tree | 03faee8e64139d59a15b0f55add41df4c7fbecf6 /sys | |
| parent | 23ab7d0fa2bae01699c8e9258ee8d232e0474dde (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/syscalls.master | 3 |
1 files changed, 3 insertions, 0 deletions
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); } + |
