From 506c29ecf3299420b39bc93abfe9ea11cb57cc79 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Mon, 22 Jul 2002 15:55:50 +0000 Subject: [PATCH] sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY. --- sys/nfsserver/nfs_syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index f123dccbbba7..a65c81d7080c 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