Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had not
caught up with the changes to avoid storing socket addresses in mbufs, although the VFS_CHECKEXP() code had to since it was committed 2 years after those changes. Fixed formatting in this prototype.
This commit is contained in:
parent
206402b24d
commit
802cdd5fb2
@ -34,7 +34,7 @@
|
||||
.Fd #include <sys/param.h>
|
||||
.Fd #include <sys/mount.h>
|
||||
.Ft int
|
||||
.Fn VFS_CHECKEXP "struct mount *mp" "struct mbuf *nam" "int *exflagsp" "struct ucred **credanonp"
|
||||
.Fn VFS_CHECKEXP "struct mount *mp" "struct sockaddr *nam" "int *exflagsp" "struct ucred **credanonp"
|
||||
.Sh DESCRIPTION
|
||||
This is used by the NFS server to check if a mount point is exported
|
||||
to a client.
|
||||
|
Loading…
Reference in New Issue
Block a user