mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
- Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls
provided via klds. - Correct audit identifier for nfssvc().
This commit is contained in:
parent
77e662683b
commit
589201fd4e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161325
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user