]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authoraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 14:08:35 +0000 (14:08 +0000)
committeraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 14:08:35 +0000 (14:08 +0000)
commit3ed503ef4c0407af39685611fc218f503b26e57f
tree6449c8de2a401c1e47769930fd6db4dcb154a63b
parent60b9a1732824c56bf505a3a813256b4bc8034845
Use NULL instead of 0 for pointers.

strchr(3) will return NULL if the character does not appear in the
string.

MFC after: 2 weeks.
sbin/growfs/growfs.c
sbin/newfs/newfs.c
sbin/restore/utilities.c