commit | 1e2281b8356d1935a129ddb199d71677f19a1619 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Thu Jun 27 20:00:29 2013 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Thu Jun 27 20:00:29 2013 -0400 |
tree | 8b5e757529213612235cdbb641f566fa263b9055 | |
parent | 3cd6f5229f079f892411e82fce3fe15c78eef4d8 [diff] |
minor compatibility fixes in utmp.h and fixing mismatch with paths.h 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.