diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-11-10 17:38:24 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-11-10 17:38:24 +0000 |
commit | 102c04e5f93cc626e3c22ca83caedbd6578ae10a (patch) | |
tree | c79b8112ee6fff75d4f9ca7a075401aaa22442e7 /sys-auth/pam_p11/files | |
parent | sparc stable wrt #192678, thanks to Alex Maclean for testing (diff) | |
download | historical-102c04e5f93cc626e3c22ca83caedbd6578ae10a.tar.gz historical-102c04e5f93cc626e3c22ca83caedbd6578ae10a.tar.bz2 historical-102c04e5f93cc626e3c22ca83caedbd6578ae10a.zip |
Cleanups
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sys-auth/pam_p11/files')
-rw-r--r-- | sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch b/sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch new file mode 100644 index 000000000000..12eb62fca861 --- /dev/null +++ b/sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch @@ -0,0 +1,11 @@ +diff -urNp pam_p11-0.1.3.org/src/test.c pam_p11-0.1.3/src/test.c +--- pam_p11-0.1.3.org/src/test.c 2005-12-26 22:44:06.000000000 +0200 ++++ pam_p11-0.1.3/src/test.c 2007-11-10 19:35:10.000000000 +0200 +@@ -3,6 +3,7 @@ + + #include <security/pam_appl.h> + #include <security/pam_misc.h> ++#include <security/pam_modules.h> + + int main(int argc, char **argv) + { |