diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-21 18:56:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-21 18:56:29 +0000 |
commit | 6a759404fb1a25afc4901f1f3c805dfc25b602a8 (patch) | |
tree | 29b33e871526102366a06aac9ab0ec57386e7936 /mail/dovecot/files/patch-network.c | |
parent | . Fix the build for gcc 3.4: (diff) |
- Update to 0.99.10.6
- Introduce MYSQL knob
PR: ports/68169
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=111944
Diffstat (limited to 'mail/dovecot/files/patch-network.c')
-rw-r--r-- | mail/dovecot/files/patch-network.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/dovecot/files/patch-network.c b/mail/dovecot/files/patch-network.c deleted file mode 100644 index 2a133c381eb0..000000000000 --- a/mail/dovecot/files/patch-network.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/network.c.orig Sun Jun 22 23:09:48 2003 -+++ src/lib/network.c Sun Jan 25 20:22:17 2004 -@@ -591,7 +591,11 @@ - int net_hosterror_notfound(int error) - { - #ifdef HAVE_IPV6 -+#ifdef EAI_NODATA - return error != 1 && (error == EAI_NONAME || error == EAI_NODATA); -+#else -+ return error != 1 && (error == EAI_NONAME); -+#endif - #else - return error == HOST_NOT_FOUND || error == NO_ADDRESS; - #endif |