NetBSD/sys/lib
rtr 16ebb0dc79 when the char being searched for is not found strchr() must return NULL
not a pointer to the terminating '\0'. the only time we return a pointer
to the terminating '\0' is when the char being searched for is '\0'.

fixes problem observed booting -current install
http://mail-index.netbsd.org/current-users/2008/03/20/msg001445.html
2008-03-21 10:24:13 +00:00
..
libkern When compiling for _STANDALONE, omit a bunch of headers which aren't really 2008-03-18 20:11:43 +00:00
libsa when the char being searched for is not found strchr() must return NULL 2008-03-21 10:24:13 +00:00
libx86emu Add virtual i8254 for x86emu. 2007-12-21 17:45:50 +00:00
libz ANSIfy and some KNF. 2007-12-29 16:54:49 +00:00