summaryrefslogtreecommitdiffstats
path: root/linux-pam/pam-glibc-2.16.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux-pam/pam-glibc-2.16.patch')
-rw-r--r--linux-pam/pam-glibc-2.16.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux-pam/pam-glibc-2.16.patch b/linux-pam/pam-glibc-2.16.patch
new file mode 100644
index 000000000..507cf8d46
--- /dev/null
+++ b/linux-pam/pam-glibc-2.16.patch
@@ -0,0 +1,10 @@
+--- a/modules/pam_unix/pam_unix_acct.c 2011-06-21 11:04:56.000000000 +0200
++++ b/modules/pam_unix/pam_unix_acct.c 2012-07-05 16:04:35.643727485 +0200
+@@ -41,6 +41,7 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <sys/resource.h>
+ #include <syslog.h>
+ #include <pwd.h>
+ #include <shadow.h>