aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-08-15 16:45:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-08-15 16:45:41 +0000
commit589201fd4e00fb3ff70612d9cc4d9492cae76d77 (patch)
treede2c311c7f46abb2a2ae97564b75ec8a12c815ba /sys/kern/syscalls.master
parent77e662683be89dc68bc257fbe163adf805d74902 (diff)
downloadsrc-589201fd4e00fb3ff70612d9cc4d9492cae76d77.tar.gz
src-589201fd4e00fb3ff70612d9cc4d9492cae76d77.zip
- Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls
provided via klds. - Correct audit identifier for nfssvc().
Notes
Notes: svn path=/head/; revision=161325
Diffstat (limited to 'sys/kern/syscalls.master')
-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 960d4e94bdf7..b6b0198a5a15 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, \