From: Rich Felker Date: Fri, 28 Jun 2013 00:00:29 +0000 (-0400) Subject: minor compatibility fixes in utmp.h and fixing mismatch with paths.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=1e2281b8356d1935a129ddb199d71677f19a1619;hp=1e2281b8356d1935a129ddb199d71677f19a1619;ds=sidebyside 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. ---