diff options
author | bde <bde@FreeBSD.org> | 2001-02-15 12:41:44 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-02-15 12:41:44 +0000 |
commit | c68f867ba3e130c48bb2921e9e688b3adc598fda (patch) | |
tree | a1888d765ecf96c38cd44b999958f913831db0f1 | |
parent | 38a7348ede5f24121f7be4d8ec1e41375416b9f8 (diff) | |
download | FreeBSD-src-c68f867ba3e130c48bb2921e9e688b3adc598fda.zip FreeBSD-src-c68f867ba3e130c48bb2921e9e688b3adc598fda.tar.gz |
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.
-rw-r--r-- | share/man/man9/VFS_CHECKEXP.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9 index 8bf74c3..f177f1e 100644 --- a/share/man/man9/VFS_CHECKEXP.9 +++ b/share/man/man9/VFS_CHECKEXP.9 @@ -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. |