summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-07-22 15:55:50 +0000
committerume <ume@FreeBSD.org>2002-07-22 15:55:50 +0000
commitad7629f7ee238ceb85eefa784ce20f1bac5c7b03 (patch)
tree1be226deefa530d0b1977f7a86853557271fff5b /sys/nfsserver
parentcd3f29ae66aa80d1901c45d70d4eff79ce3ad9e1 (diff)
downloadFreeBSD-src-ad7629f7ee238ceb85eefa784ce20f1bac5c7b03.zip
FreeBSD-src-ad7629f7ee238ceb85eefa784ce20f1bac5c7b03.tar.gz
sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.
Diffstat (limited to 'sys/nfsserver')
-rw-r--r--sys/nfsserver/nfs_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c
index f123dcc..a65c81d 100644
--- a/sys/nfsserver/nfs_syscalls.c
+++ b/sys/nfsserver/nfs_syscalls.c
@@ -115,7 +115,7 @@ static int nfssvc_nfsd(struct nfsd_srvargs *, caddr_t, struct thread *);
* - adds a socket to the selection list
* - remains in the kernel as an nfsd
* - remains in the kernel as an nfsiod
- * For INET6 we suppose that nfsd provides only IN6P_BINDV6ONLY sockets
+ * For INET6 we suppose that nfsd provides only IN6P_IPV6_V6ONLY sockets
* and that mountd provides
* - sockaddr with no IPv4-mapped addresses
* - mask for both INET and INET6 families if there is IPv4-mapped overlap
OpenPOWER on IntegriCloud