]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 415423
authorAndrew G. Morgan <morgan@kernel.org>
Thu, 27 Jun 2002 05:54:05 +0000 (05:54 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Thu, 27 Jun 2002 05:54:05 +0000 (05:54 +0000)
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.)

CHANGELOG
modules/pam_access/pam_access.c

index 4e2eae941e656d38c651db4a4a8f15b622a983b7..085abc8769d2bc9cacaa4195c5c1b2fd0780a761 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,8 @@ bug report - outstanding bugs are listed here:
 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)
index 68a137ca92fd24a2aaddd0473a8901398994c3e6..4005c93b9919c86071b7c5951944d969d47c0193 100644 (file)
@@ -30,8 +30,6 @@
 #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>