login.c:45:26: sys/resource.h: No such file or directory
login.c:46:22: sys/file.h: No such file or directory
login.c:56:20: tzfile.h: No such file or directory
login.c: In function `main':
login.c:305: warning: implicit declaration of function `setpriority'
login.c:305: error: `PRIO_PROCESS' undeclared (first use in this function)
login.c:305: error: (Each undeclared identifier is reported only once
login.c:305: error: for each function it appears in.)
login.c:316: warning: implicit declaration of function `gethostname'
login.c:333: warning: implicit declaration of function `strcasecmp'
login.c:357: warning: implicit declaration of function `getdtablesize'
login.c:366: warning: suggest parentheses around assignment used as truth value
login.c:402: warning: suggest parentheses around assignment used as truth value
login.c:403: error: structure has no member named `pw_passwd'
login.c:412: error: structure has no member named `pw_passwd'
login.c:420: warning: implicit declaration of function `getpass'
login.c:420: warning: assignment makes pointer from integer without a cast
login.c:432: warning: implicit declaration of function `crypt'
login.c:432: error: structure has no member named `pw_passwd'
login.c:432: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
login.c:475: warning: implicit declaration of function `endpwent'
login.c:491: error: structure has no member named `pw_change'
login.c:491: error: structure has no member named `pw_expire'
login.c:492: warning: implicit declaration of function `gettimeofday'
login.c:493: error: structure has no member named `pw_change'
login.c:494: error: structure has no member named `pw_change'
login.c:499: error: structure has no member named `pw_change'
login.c:499: error: `DAYSPERWEEK' undeclared (first use in this function)
login.c:499: error: `SECSPERDAY' undeclared (first use in this function)
login.c:500: error: structure has no member named `pw_change'
login.c:493: warning: suggest explicit braces to avoid ambiguous `else'
login.c:501: error: structure has no member named `pw_expire'
login.c:502: error: structure has no member named `pw_expire'
login.c:507: error: structure has no member named `pw_expire'
login.c:508: error: structure has no member named `pw_expire'
login.c:501: warning: suggest explicit braces to avoid ambiguous `else'
login.c:512: warning: passing arg 1 of `time' from incompatible pointer type
login.c:524: warning: implicit declaration of function `initgroups'
login.c:531: warning: implicit declaration of function `setenv'
login.c:581: warning: implicit declaration of function `setlogin'
make: *** [bin/login.o] Error 1
