summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 05:54:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 05:54:29 +0800
commitf458ae6a7220e3c6a68f38dca11c6198805de3f8 (patch)
tree2d606f57752aab32c4ae3c69451052b84b43d024 /security/gnome-keyring/files
parenta15c435f743e6d0c24eab2a0f01d9b13cd518b02 (diff)
downloadmarcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.gz
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.bz2
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.lz
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.xz
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.zst
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.zip
Update to 2.19.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9263 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files')
-rw-r--r--security/gnome-keyring/files/patch-pam_gkr-pam-module.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-pam_gkr-pam-module.c b/security/gnome-keyring/files/patch-pam_gkr-pam-module.c
new file mode 100644
index 000000000..8cb73bee8
--- /dev/null
+++ b/security/gnome-keyring/files/patch-pam_gkr-pam-module.c
@@ -0,0 +1,22 @@
+--- pam/gkr-pam-module.c.orig 2007-07-29 17:48:01.000000000 -0400
++++ pam/gkr-pam-module.c 2007-07-29 17:50:09.000000000 -0400
+@@ -40,6 +40,8 @@
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+
++#include <security/pam_appl.h>
++
+ #include <assert.h>
+ #include <ctype.h>
+ #include <errno.h>
+@@ -72,8 +74,8 @@ enum {
+ #define STDERR 2
+
+ /* Linux/BSD compatibility */
+-#ifndef PAM_AUTHTOK_RECOVERY_ERR
+-#define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR
++#ifndef PAM_AUTHTOK_RECOVER_ERR
++#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
+ #endif
+
+ /* -----------------------------------------------------------------------------