From cda1a99dcb3ef18f21bc5cb2b3994e160ec51118 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Thu, 27 Jun 2002 05:54:05 +0000 Subject: Relevant BUGIDs: 415423 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.) --- modules/pam_access/pam_access.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/pam_access/pam_access.c b/modules/pam_access/pam_access.c index 68a137ca..4005c93b 100644 --- a/modules/pam_access/pam_access.c +++ b/modules/pam_access/pam_access.c @@ -30,8 +30,6 @@ #include #include #include -/* man page says above file includes this... */ -extern int gethostname(char *name, size_t len); #include #include -- cgit v1.2.3