diff options
author | nork <nork@FreeBSD.org> | 2003-08-29 17:12:14 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-08-29 17:12:14 +0000 |
commit | fe798648a494000d48027138808a6fd9b32ebd29 (patch) | |
tree | 2bce88f8b2c4a576c76345adf84e98d396bcb39f | |
parent | 9750bcc300258c49dc861c19a1ab7692a462a562 (diff) | |
download | FreeBSD-ports-fe798648a494000d48027138808a6fd9b32ebd29.zip FreeBSD-ports-fe798648a494000d48027138808a6fd9b32ebd29.tar.gz |
Resurrect a patch in previous commit for bulding on 4-STABLE.
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
-rw-r--r-- | japanese/samba/files/patch-nsswitch:pam_winbind.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/samba/files/patch-nsswitch:pam_winbind.h b/japanese/samba/files/patch-nsswitch:pam_winbind.h new file mode 100644 index 0000000..3eadd19 --- /dev/null +++ b/japanese/samba/files/patch-nsswitch:pam_winbind.h @@ -0,0 +1,12 @@ +--- nsswitch/pam_winbind.h.orig Mon Feb 10 17:21:48 2003 ++++ nsswitch/pam_winbind.h Wed Feb 26 14:28:24 2003 +@@ -31,7 +31,9 @@ + #define PAM_EXTERN extern + #include <security/pam_appl.h> + ++#ifndef PAM_AUTHTOK_RECOVER_ERR + #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR ++#endif + #endif + + #ifdef HAVE_SECURITY_PAM_MODULES_H |