Subject: CVS commit: src/lib/libc/rpc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 04/29/2003 14:56:06
Module Name:	src
Committed By:	scw
Date:		Tue Apr 29 14:56:06 UTC 2003

Modified Files:
	src/lib/libc/rpc: getnetconfig.c

Log Message:
The second parameter of strchr() is an integer, not a pointer.
So use '\0' instead of NULL.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libc/rpc/getnetconfig.c

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