summaryrefslogtreecommitdiff
path: root/mail/postfix1/files/patch-ej
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2002-07-28 17:26:12 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2002-07-28 17:26:12 +0000
commitb211a1e6c4d07b7c2e5110574d3faa6b4462f80b (patch)
tree3ff0420134fa81e3991ffe17cabbf8cfdc8526a7 /mail/postfix1/files/patch-ej
parentRemoved forced setting of poll_disc to false, so author and I are in complete (diff)
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
Notes
Notes: svn path=/head/; revision=63671
Diffstat (limited to 'mail/postfix1/files/patch-ej')
-rw-r--r--mail/postfix1/files/patch-ej4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix1/files/patch-ej b/mail/postfix1/files/patch-ej
index 6c5cf2e23758..329d7bb1cf96 100644
--- a/mail/postfix1/files/patch-ej
+++ b/mail/postfix1/files/patch-ej
@@ -14,8 +14,8 @@
* SASL library.
*/
#ifdef USE_SASL_AUTH
-! #include <sasl/sasl.h>
-! #include <sasl/saslutil.h>
+! #include <sasl1/sasl.h>
+! #include <sasl1/saslutil.h>
#endif
/*