diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
commit | 35ea9ae15cfc960c934565f6c4dcc0c176c1425b (patch) | |
tree | 8f99846af470cbd6f223a9719ff5de84a3600fae /mail/postfix1/files/patch-ei | |
parent | 5f0b815b1e018b3e1b7efcd0216af4a13f8f4847 (diff) |
Notes
Diffstat (limited to 'mail/postfix1/files/patch-ei')
-rw-r--r-- | mail/postfix1/files/patch-ei | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix1/files/patch-ei b/mail/postfix1/files/patch-ei new file mode 100644 index 000000000000..3029372b746e --- /dev/null +++ b/mail/postfix1/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 + + /* |