- Fixed pam patch.

This commit is contained in:
Tim Waugh 2005-03-15 13:52:17 +00:00
parent ce1c9e6f97
commit 3dd4afb606
2 changed files with 3 additions and 2 deletions

View File

@ -33,11 +33,11 @@
#define getusershell _getusershell_sys_proto_
+#ifdef USE_PAM
+# include <security/pam_appl.h>
+# include <security/pam_misc.h>
+# include <signal.h>
+# include <sys/wait.h>
+# include <sys/fsuid.h>
+# include <security/pam_appl.h>
+# include <security/pam_misc.h>
+#endif /* USE_PAM */
+
#include "system.h"

View File

@ -256,6 +256,7 @@ fi
%changelog
* Wed Mar 14 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
- Fixed pam patch.
- Fixed broken configure test.
- Fixed build with GCC 4 (bug #151045).