]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authoraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 07:09:34 +0000 (07:09 +0000)
committeraraujo <araujo@FreeBSD.org>
Mon, 18 Apr 2016 07:09:34 +0000 (07:09 +0000)
commit45973d9d158dfe53cf0299b6e8f21545186c6c95
tree72d0195fe2cd71f981220db492f56346d6528b44
parentb2f244e71eb0815053ac5d645349498f4f1bd205
Use NULL instead of 0 for pointers.

fopen(3) will return NULL in case it cannot open the STREAM.

MFC after: 2 weeks.
usr.bin/m4/gnum4.c