diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-07-28 17:26:12 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-07-28 17:26:12 +0000 |
commit | b211a1e6c4d07b7c2e5110574d3faa6b4462f80b (patch) | |
tree | 3ff0420134fa81e3991ffe17cabbf8cfdc8526a7 /mail/postfix1/files/patch-ej | |
parent | Removed 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-ej | 4 |
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 /* |