- Fixed pam patch.
This commit is contained in:
parent
ce1c9e6f97
commit
3dd4afb606
@ -33,11 +33,11 @@
|
|||||||
#define getusershell _getusershell_sys_proto_
|
#define getusershell _getusershell_sys_proto_
|
||||||
|
|
||||||
+#ifdef USE_PAM
|
+#ifdef USE_PAM
|
||||||
+# include <security/pam_appl.h>
|
|
||||||
+# include <security/pam_misc.h>
|
|
||||||
+# include <signal.h>
|
+# include <signal.h>
|
||||||
+# include <sys/wait.h>
|
+# include <sys/wait.h>
|
||||||
+# include <sys/fsuid.h>
|
+# include <sys/fsuid.h>
|
||||||
|
+# include <security/pam_appl.h>
|
||||||
|
+# include <security/pam_misc.h>
|
||||||
+#endif /* USE_PAM */
|
+#endif /* USE_PAM */
|
||||||
+
|
+
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
@ -256,6 +256,7 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 14 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
|
* Wed Mar 14 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
|
||||||
|
- Fixed pam patch.
|
||||||
- Fixed broken configure test.
|
- Fixed broken configure test.
|
||||||
- Fixed build with GCC 4 (bug #151045).
|
- Fixed build with GCC 4 (bug #151045).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user