diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-07-31 12:19:53 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-07-31 12:19:53 +0000 |
commit | 4229c6179ceda0a14edecf9a5b48ed6886c6c62c (patch) | |
tree | 2893629637883624d5ef5daddacaebb901aefa59 /mail/postfix1/files/patch-lmtp.h | |
parent | Update to 0.15 (diff) |
After a repo-copy from ports/mail/postfix, time warp back to
2003/01/08 and Postfix version 1.1.12. Some folks haven't moved on to
Postfix 2.x it seems.
Requested by: diviner17@yahoo.com
Diffstat (limited to '')
-rw-r--r-- | mail/postfix1/files/patch-lmtp.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/postfix1/files/patch-lmtp.h b/mail/postfix1/files/patch-lmtp.h new file mode 100644 index 000000000000..86d5975b2b4d --- /dev/null +++ b/mail/postfix1/files/patch-lmtp.h @@ -0,0 +1,13 @@ +--- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 ++++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 +@@ -12,8 +12,8 @@ + * SASL library. + */ + #ifdef USE_SASL_AUTH +-#include <sasl.h> +-#include <saslutil.h> ++#include <sasl1/sasl.h> ++#include <sasl1/saslutil.h> + #endif + + /* |