]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
units(1): don't compare pointers with 0
authoreadler <eadler@FreeBSD.org>
Mon, 14 Apr 2014 21:09:47 +0000 (21:09 +0000)
committereadler <eadler@FreeBSD.org>
Mon, 14 Apr 2014 21:09:47 +0000 (21:09 +0000)
commitc4f70eafe77c2186fa18d67b103886c421d101dd
tree1835607cea637979cf45ef7f3fe7634802277f76
parentbc93c01d608095e8a6997bd5b0dab31ad5f153d5
units(1): don't compare pointers with 0

For better readability, don't compare pointers with 0 or assign 0
to them. Use NULL instead.

Inspired by: DragonflyBSD
usr.bin/units/units.c