Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/27/2002 05:46:37
Module Name:	syssrc
Committed By:	lukem
Date:		Wed Feb 27 03:46:37 UTC 2002

Modified Files:
	syssrc/sys/nfs: nfs_socket.c

Log Message:
nfs_connect(): if NFSMNT_RESVPORT is set, set IP_PORTRANGE_LOW on the socket
rather than using home-grown code to find a free reserved socket.
this also results in nfs pcb's having the INP_ANONPORT and INP_LOWPORT flags
set, which is useful for netstat(1) to know.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 syssrc/sys/nfs/nfs_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.