summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-08-15 16:45:41 +0000
committerjhb <jhb@FreeBSD.org>2006-08-15 16:45:41 +0000
commit0d834c1effeea8c40bf1c914d536c858ef717dd3 (patch)
treede2c311c7f46abb2a2ae97564b75ec8a12c815ba /sys
parentc8c91ce0a9bcb09b04aebd25edec33f74ec8769a (diff)
downloadFreeBSD-src-0d834c1effeea8c40bf1c914d536c858ef717dd3.zip
FreeBSD-src-0d834c1effeea8c40bf1c914d536c858ef717dd3.tar.gz
- Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls
provided via klds. - Correct audit identifier for nfssvc().
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 960d4e9..b6b0198 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, \
OpenPOWER on IntegriCloud