summaryrefslogtreecommitdiff
path: root/mail/postfix25/files/patch-lmtp.h
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
commit35ea9ae15cfc960c934565f6c4dcc0c176c1425b (patch)
tree8f99846af470cbd6f223a9719ff5de84a3600fae /mail/postfix25/files/patch-lmtp.h
parentAdd ghostscript6-nox11 (diff)
update to NON BETA release, 20010228.
PR: 25493 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39057
Diffstat (limited to 'mail/postfix25/files/patch-lmtp.h')
-rw-r--r--mail/postfix25/files/patch-lmtp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/postfix25/files/patch-lmtp.h b/mail/postfix25/files/patch-lmtp.h
new file mode 100644
index 000000000000..3d941c034198
--- /dev/null
+++ b/mail/postfix25/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
+
+ /*