summaryrefslogtreecommitdiff
path: root/mail/postfix28/files/patch-ei
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix28/files/patch-ei')
-rw-r--r--mail/postfix28/files/patch-ei21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix28/files/patch-ei b/mail/postfix28/files/patch-ei
new file mode 100644
index 000000000000..3029372b746e
--- /dev/null
+++ b/mail/postfix28/files/patch-ei
@@ -0,0 +1,21 @@
+*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000
+--- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000
+***************
+*** 12,19 ****
+ * SASL library.
+ */
+ #ifdef USE_SASL_AUTH
+! #include <sasl.h>
+! #include <saslutil.h>
+ #endif
+
+ /*
+--- 12,19 ----
+ * SASL library.
+ */
+ #ifdef USE_SASL_AUTH
+! #include <sasl/sasl.h>
+! #include <sasl/saslutil.h>
+ #endif
+
+ /*