diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-02-05 02:46:44 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-02-05 02:46:44 +0000 |
commit | cc94370a0297b67157f85ba6efc235890cdbcfee (patch) | |
tree | 415308a2f01d78b32ea30d072ddf7434190ff3d5 /mail/postfix-current/files | |
parent | f8adfa0510ec7f840ff43bb84e13a56e441a8ddb (diff) | |
download | FreeBSD-ports-cc94370a0297b67157f85ba6efc235890cdbcfee.zip FreeBSD-ports-cc94370a0297b67157f85ba6efc235890cdbcfee.tar.gz |
Upgrade to 20010202.
PR: ports/24727
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> (maintainer)
Diffstat (limited to 'mail/postfix-current/files')
-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 0000000..3d941c0 --- /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 + + /* |