Commit Graph

6 Commits

Author SHA1 Message Date
Rich Felker 83c8fe5058 remove duplicate definition of _PATH_LASTLOG in paths.h 2013-12-03 20:34:36 -05:00
rofl0r f206fec1c8 paths.h: remove cruft
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-07-03 18:07:50 +02:00
Rich Felker 1e2281b835 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.
2013-06-27 20:00:29 -04:00
Rich Felker 57d5fff5f7 header file fixes: multiple include guard consistency and correctness
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-06-15 21:52:53 -04:00
Rich Felker b5cbd549fd useless lastlog path just to make some stuff happy 2012-05-14 00:10:28 -04:00
Rich Felker 0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00