summaryrefslogtreecommitdiff
path: root/include/paths.h
AgeCommit message (Collapse)AuthorLines
2013-12-03remove duplicate definition of _PATH_LASTLOG in paths.hRich Felker-1/+0
2013-07-03paths.h: remove cruftrofl0r-9/+0
a research in debian codesearch and grepping over the pkgsrc directory tree have shown that these macros are all either unused, or defined by programs in case they need them.
2013-06-27minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker-2/+2
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.
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker-2/+2
one file was reusing another file's macro name, and many had inconsistent underscores and application of SYS prefix, etc. patch by Szabolcs Nagy (nsz)
2012-05-14useless lastlog path just to make some stuff happyRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+40