diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-05 02:46:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-05 02:46:44 +0000 |
commit | b027e35017c13cb6b5ca505f9dfaa07320571c6c (patch) | |
tree | d2a6de4d8c47cd3e2d7a9b372905c30135c7e2bc /mail/postfix-current/files/patch-lmtp.h | |
parent | Install *.dict too (diff) |
Upgrade to 20010202.
PR: ports/24727
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=37959
Diffstat (limited to 'mail/postfix-current/files/patch-lmtp.h')
-rw-r--r-- | mail/postfix-current/files/patch-lmtp.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-lmtp.h b/mail/postfix-current/files/patch-lmtp.h new file mode 100644 index 000000000000..3d941c034198 --- /dev/null +++ b/mail/postfix-current/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 <sasl/sasl.h> ++#include <sasl/saslutil.h> + #endif + + /* |