From 589201fd4e00fb3ff70612d9cc4d9492cae76d77 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 15 Aug 2006 16:45:41 +0000 Subject: [PATCH] - Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls provided via klds. - Correct audit identifier for nfssvc(). --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 960d4e94bdf..b6b0198a5a1 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -299,7 +299,7 @@ 153 AUE_NULL UNIMPL asyncdaemon (BSD/OS 2.x) 154 AUE_NULL UNIMPL nosys ; 155 is initialized by the NFS code, if present. -155 AUE_NFSSVC NOIMPL { int nfssvc(int flag, caddr_t argp); } +155 AUE_NFS_SVC NOSTD { int nfssvc(int flag, caddr_t argp); } 156 AUE_GETDIRENTRIES COMPAT { int getdirentries(int fd, char *buf, \ u_int count, long *basep); } 157 AUE_STATFS COMPAT4 { int statfs(char *path, \