summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring/patches/patch-ab')
-rw-r--r--security/gnome-keyring/patches/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/security/gnome-keyring/patches/patch-ab b/security/gnome-keyring/patches/patch-ab
deleted file mode 100644
index 36b0b3d7daf..00000000000
--- a/security/gnome-keyring/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2007/11/13 12:04:24 rillig Exp $
-
-The native Solaris PAM library doesn't define PAM_EXTERN.
-
---- pam/gkr-pam-module.c.orig 2007-10-09 17:35:32.000000000 +0200
-+++ pam/gkr-pam-module.c 2007-11-13 12:43:16.119765000 +0100
-@@ -77,6 +77,10 @@ enum {
- #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
- #endif
-
-+#ifndef PAM_EXTERN
-+#define PAM_EXTERN /* extern */
-+#endif
-+
- /* -----------------------------------------------------------------------------
- * HELPERS
- */