Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 03/01/2006 19:38:29
Module Name:	src
Committed By:	rpaulo
Date:		Wed Mar  1 19:38:29 UTC 2006

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

Log Message:
In nfsrv_getstream(), ns_reclen will never be negative due to the
previous assignment (recmark & ~0x80000000).
Pointed out by Christos.


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/sys/nfs/nfs_socket.c

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