]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authoraraujo <araujo@FreeBSD.org>
Thu, 14 Apr 2016 12:51:06 +0000 (12:51 +0000)
committeraraujo <araujo@FreeBSD.org>
Thu, 14 Apr 2016 12:51:06 +0000 (12:51 +0000)
commit27f4c84ae142b7b322a81756b6f4b6d3f613f2a4
tree2e1f5751dac8c68a51f8e7d0abdd97624f5a1786
parent2d4e18c4c2cc6ff9d58cca31eb3daf6de2bfc744
Use NULL instead of 0 for pointers.

The malloc will return a pointer to the allocated memory if successful,
otherwise a NULL pointer is returned.
usr.sbin/fstyp/fstyp.c