]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
strchr(3) will return NULL if it cannot find the character in the
authoraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 07:44:53 +0000 (07:44 +0000)
committeraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 07:44:53 +0000 (07:44 +0000)
commit048481b9dc03d74ad8acf4c952c3883e2c1cacdf
treecf2368ca2c1444ab35b7787df7af9315af757be3
parentebd15428b53018b5ab0e8d1fdcba7bfd016dd3b9
strchr(3) will return NULL if it cannot find the character in the
string.
getfsent(3) will return NULL on EOF or error.

MFC after: 2 weeks.
sbin/fsck/fsck.c
sbin/fsck/preen.c