- Fixed pam patch.
This commit is contained in:
parent
ce1c9e6f97
commit
3dd4afb606
@ -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"
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user