diff options
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r-- | sys/kern/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index d8f9fdc..31de61d 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -543,3 +543,4 @@ 373 STD BSD { int extattr_delete_fd(int fd, int attrnamespace, \ const char *attrname); } 374 MSTD BSD { int __setugid(int flag); } +375 NOIMPL BSD { int nfsclnt(int flag, caddr_t argp); } |