]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authoraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 06:12:00 +0000 (06:12 +0000)
committeraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 06:12:00 +0000 (06:12 +0000)
commita32949ae45ffcfdbd9a3a1f057f0a684f61592f2
tree1df66ac120fb4a23a51e9ec8051461d203246208
parent76c4083741bf8498db4ccc0d6c0f43055a65eefc
Use NULL instead of 0 for pointers.

realloc will return NULL if it cannot allocate memory.

MFC after: 2 weeks.
usr.bin/whereis/whereis.c