minor compatibility fixes in utmp.h and fixing mismatch with paths.h
authorRich Felker <dalias@aerifal.cx>
Fri, 28 Jun 2013 00:00:29 +0000 (20:00 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 28 Jun 2013 00:00:29 +0000 (20:00 -0400)
the pathnames prefixed with /dev/null/ are guaranteed never to be
valid. the previous use of /dev/null alone was mildly dangerous in
that bad software might attempt to unlink the name when it found a
non-regular file there and create a new file.


No differences found