aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VFS_CHECKEXP.9
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-15 12:41:44 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-15 12:41:44 +0000
commit802cdd5fb2e92e996b25d8bab9262e5e8f7346b0 (patch)
treeb27fc6ef051a383361cddab7c886f5bc2e19d5c1 /share/man/man9/VFS_CHECKEXP.9
parent206402b24d182b4a15786374dcb8feaf8a0a4408 (diff)
downloadsrc-802cdd5fb2e92e996b25d8bab9262e5e8f7346b0.tar.gz
src-802cdd5fb2e92e996b25d8bab9262e5e8f7346b0.zip
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.
Notes
Notes: svn path=/head/; revision=72519
Diffstat (limited to 'share/man/man9/VFS_CHECKEXP.9')
-rw-r--r--share/man/man9/VFS_CHECKEXP.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9
index 8bf74c35494e..f177f1ebf4ba 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.