various legacy and linux-specific stuff

this commit is part of an effort to make more of busybox work
out-of-the-box.
This commit is contained in:
Rich Felker
2011-03-18 21:52:26 -04:00
parent fc27b96c7d
commit f5ba2bc9ca
7 changed files with 122 additions and 1 deletions

View File

@ -22,6 +22,8 @@ struct utmp *getutline(const struct utmp *);
struct utmp *pututline(const struct utmp *);
void setutent(void);
void updwtmp(const char *, const struct utmp *);
#define _PATH_UTMP "/dev/null"
#define _PATH_WTMP "/dev/null"