robert 2004/03/29 13:15:42 PST FreeBSD src repository Modified files: sys/libkern index.c rindex.c Log: Bring these files closer to style(9) conformance by comparing a dereferenced character pointer to '\0' instead of using the ! operator. Revision Changes Path 1.8 +1 -1 src/sys/libkern/index.c 1.9 +1 -1 src/sys/libkern/rindex.c