]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 133542
authorAndrew G. Morgan <morgan@kernel.org>
Thu, 22 Feb 2001 04:49:45 +0000 (04:49 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Thu, 22 Feb 2001 04:49:45 +0000 (04:49 +0000)
Purpose of commit: support for glibc-2.2.2

Commit summary:
---------------
This module needed another #include to support a recent spin of
the glibc headers.

CHANGELOG
modules/pam_issue/pam_issue.c

index 0df13a01a94ecfea494725c2fbac83ea02b521da..0acb2568e32b25cd47eb940eb1e77ad32e58c637 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -50,6 +50,7 @@ libpam. Prior versions were buggy - see bugfix for Bug 129775.
 
                           ** WARNING **
 
+* fix for glibc-2.2.2 compilation of pam_issue (Bug 133542 - agmorgan)
 * fix pam_userdb to make and link both .o files it needs - converse()
   wasn't being linked! (Bug 132880 - agmorgan)
 * added some sys-admin documentation for the pam_tally module (Bug
index 9fbf2551716ed1395a933cba42088b17a79d02dc..2cb54bec77d66c9b3105d46fcc8024bd53ffd390 100644 (file)
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <time.h>
 #include <fcntl.h>
 #include <string.h>
 #include <unistd.h>