]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pam/patches/pam-1.1.5-unix-build.patch
pam: Update to 1.1.6.
[people/ms/ipfire-3.x.git] / pam / patches / pam-1.1.5-unix-build.patch
1 diff -up Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c.build Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c
2 --- Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c.build 2012-07-23 18:46:27.709804094 +0200
3 +++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c 2012-07-23 18:46:27.764805293 +0200
4 @@ -47,6 +47,8 @@
5 #include <time.h> /* for time() */
6 #include <errno.h>
7 #include <sys/wait.h>
8 +#include <sys/time.h>
9 +#include <sys/resource.h>
10
11 #include <security/_pam_macros.h>
12
13 diff -up Linux-PAM-1.1.5/modules/pam_unix/pam_unix_passwd.c.build Linux-PAM-1.1.5/modules/pam_unix/pam_unix_passwd.c
14 --- Linux-PAM-1.1.5/modules/pam_unix/pam_unix_passwd.c.build 2012-07-23 18:55:16.433314731 +0200
15 +++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_passwd.c 2012-07-23 18:54:48.064697131 +0200
16 @@ -53,6 +53,7 @@
17 #include <fcntl.h>
18 #include <ctype.h>
19 #include <sys/time.h>
20 +#include <sys/resource.h>
21 #include <sys/stat.h>
22
23 #include <signal.h>
24 diff -up Linux-PAM-1.1.5/modules/pam_unix/support.c.build Linux-PAM-1.1.5/modules/pam_unix/support.c
25 --- Linux-PAM-1.1.5/modules/pam_unix/support.c.build 2012-07-23 18:46:27.000000000 +0200
26 +++ Linux-PAM-1.1.5/modules/pam_unix/support.c 2012-07-23 18:54:23.645165507 +0200
27 @@ -18,6 +18,7 @@
28 #include <signal.h>
29 #include <ctype.h>
30 #include <syslog.h>
31 +#include <sys/time.h>
32 #include <sys/resource.h>
33 #ifdef HAVE_RPCSVC_YPCLNT_H
34 #include <rpcsvc/ypclnt.h>