2006-04-17 [colin] 2.1.1cvs9
authorColin Leroy <colin@colino.net>
Mon, 17 Apr 2006 15:57:58 +0000 (15:57 +0000)
committerColin Leroy <colin@colino.net>
Mon, 17 Apr 2006 15:57:58 +0000 (15:57 +0000)
* src/etpan/imap-thread.c
Fix build on DragonFly - patch by
Jonathan Buschmann <jonthn@agmact.com>

ChangeLog
PATCHSETS
configure.ac
src/etpan/imap-thread.c

index 6c047efd245c46add8766d81816a5e332f735b9e..db3ca828a753433c4965fc8d87c96f054a769a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-17 [colin]     2.1.1cvs9
+
+       * src/etpan/imap-thread.c
+               Fix build on DragonFly - patch by 
+               Jonathan Buschmann <jonthn@agmact.com>
+
 2006-04-17 [colin]     2.1.1cvs8
 
        * src/imap.c
index e84565e7a4bee604691e0596f6b9dc4b1acb2d27..a03e731421006c5a020693396c46cbb625bd9dfb 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.207.2.94 -r 1.207.2.95 src/folderview.c;  cvs diff -u -r 1.179.2.102 -r 1.179.2.103 src/imap.c;  ) > 2.1.1cvs6.patchset
 ( cvs diff -u -r 1.179.2.103 -r 1.179.2.104 src/imap.c;  ) > 2.1.1cvs7.patchset
 ( cvs diff -u -r 1.179.2.104 -r 1.179.2.105 src/imap.c;  ) > 2.1.1cvs8.patchset
+( cvs diff -u -r 1.1.4.33 -r 1.1.4.34 src/etpan/imap-thread.c;  ) > 2.1.1cvs9.patchset
index dc47efb434e237433eb204c72f952a5b0c909a10..5b73441436c4b4f5c2c1ba3680c28ee19b94947a 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=1
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=8
+EXTRA_VERSION=9
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 1a2580ea491b57c006bd9f9476f349d6c1369fc1..0e0fc186ce7faffd92d4b4802b143b4a6164d933 100644 (file)
@@ -8,7 +8,7 @@
 #include <imap.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#if (defined (__NetBSD__) || defined (__FreeBSD__) || defined (__CYGWIN__))
+#if (defined(__DragonFly__) || defined (__NetBSD__) || defined (__FreeBSD__) || defined (__CYGWIN__))
 #include <sys/socket.h>
 #endif
 #include <fcntl.h>