* src/etpan/imap-thread.c
Fix build on DragonFly - patch by
Jonathan Buschmann <jonthn@agmact.com>
+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
( 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
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=8
+EXTRA_VERSION=9
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
#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>