kib
7c67dd5f60
Use type-independent formats for printing nlink_t and ino_t.
...
Extracted from: ino64 work by gleb, mckusick
Discussed with: mckusick
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
2017-01-06 16:59:33 +00:00
araujo
de393d2ab1
Use NULL instead of 0 for pointers.
...
fopen(3) returns NULL in case it can't open the STREAM.
fgetln(3) returns NULL if it can't get a line from a STREAM.
malloc returns NULL if it can't allocate memory.
2016-04-15 03:38:58 +00:00
bdrewery
889c33ba79
Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtree
...
actually is (which is usr.sbin/nmtree).
This has tricked me numerous times.
2015-11-09 23:19:36 +00:00