Purpose of commit: cleanup
Commit summary:
---------------
Shouldn't explicitly include prototype in the file - it conflicts with
common defaults and thus should not be there. (Request for removal from
David Lee.)
0.76: please submit patches for this section with actual code/doc
patches!
+* pam_access no longer include gethostname() prototype complained from
+ David Lee (Bug 415423 - agmorgan).
* make pam_nologin more secure by default, added two new module
arguments etc. - acting on suggestion from Nico (Bug 419307 -
agmorgan)
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-/* man page says above file includes this... */
-extern int gethostname(char *name, size_t len);
#include <stdarg.h>
#include <syslog.h>