Magellan Linux

Contents of /trunk/pam/patches/pam-1.1.5-glibc216.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1890 - (show annotations) (download)
Mon Sep 3 09:28:37 2012 UTC (11 years, 7 months ago) by niro
File size: 321 byte(s)
-fixed FTBFS against glibc-2.16
1 --- a/modules/pam_unix/pam_unix_acct.c 2011-06-21 11:04:56.000000000 +0200
2 +++ b/modules/pam_unix/pam_unix_acct.c 2012-07-05 16:04:35.643727485 +0200
3 @@ -41,6 +41,7 @@
4 #include <string.h>
5 #include <unistd.h>
6 #include <sys/types.h>
7 +#include <sys/resource.h>
8 #include <syslog.h>
9 #include <pwd.h>
10 #include <shadow.h>