]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authoraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 14:44:01 +0000 (14:44 +0000)
committeraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 14:44:01 +0000 (14:44 +0000)
commit889ed0c7e47e4745ee31554d05b38302364b6b8a
tree0a4bfd2a230a715e696fb302fb99d7a9d4d85d96
parent1bed3a70f7fc880e896598fea08e7a8e48cabf76
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.
usr.bin/finger/net.c