Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 05/24/2004 19:08:07
Module Name:	src
Committed By:	jonathan
Date:		Mon May 24 19:08:07 UTC 2004

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

Log Message:
Change DIAGNOSTIC warning in nfs_send() about NULL rep->r_procp: the
warning is triggered pervasively, so print it only once per boot.
(The callers who pass NULL r_procps should soon be fixed to pass a
valid struct proc* ).


To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 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.