summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-ae')
-rw-r--r--net/samba/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/samba/patches/patch-ae b/net/samba/patches/patch-ae
new file mode 100644
index 00000000000..3e648262f79
--- /dev/null
+++ b/net/samba/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.8 2005/11/14 08:05:27 jlam Exp $
+
+--- auth/pampass.c.orig 2005-10-12 13:03:28.000000000 -0400
++++ auth/pampass.c
+@@ -43,6 +43,10 @@
+
+ #include <security/pam_appl.h>
+
++#ifndef PAM_AUTHTOK_RECOVER_ERR
++#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
++#endif
++
+ /*
+ * Structure used to communicate between the conversation function
+ * and the server_login/change password functions.