* src/gtk/authors.h
* src/plugins/pgpcore/pgp_viewer.c
* src/plugins/pgpcore/sgpgme.c
fix building on BSDs
Thanks to Michael Hughes
<Sylpheed-Claws_user@thehugheslogcabin.net>
+2006-10-21 [paul] 2.5.6cvs4
+
+ * src/gtk/authors.h
+ * src/plugins/pgpcore/pgp_viewer.c
+ * src/plugins/pgpcore/sgpgme.c
+ fix building on BSDs
+ Thanks to Michael Hughes
+ <Sylpheed-Claws_user@thehugheslogcabin.net>
+
2006-10-20 [colin] 2.5.6cvs3
* configure.ac
( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 manual/handling.xml; ) > 2.5.5cvs18.patchset
( cvs diff -u -r 1.274.2.152 -r 1.274.2.153 src/mainwindow.c; cvs diff -u -r 1.39.2.24 -r 1.39.2.25 src/mainwindow.h; cvs diff -u -r 1.1.2.49 -r 1.1.2.50 src/gtk/quicksearch.c; cvs diff -u -r 1.4.2.6 -r 1.4.2.7 src/plugins/trayicon/Makefile.am; diff -u /dev/null src/plugins/trayicon/newmail.offline.xpm; diff -u /dev/null src/plugins/trayicon/newmarkedmail.offline.xpm; diff -u /dev/null src/plugins/trayicon/nomail.offline.xpm; cvs diff -u -r 1.14.2.39 -r 1.14.2.40 src/plugins/trayicon/trayicon.c; diff -u /dev/null src/plugins/trayicon/unreadmail.offline.xpm; diff -u /dev/null src/plugins/trayicon/unreadmarkedmail.offline.xpm; ) > 2.5.6cvs2.patchset
( cvs diff -u -r 1.654.2.2059 -r 1.654.2.2060 configure.ac; cvs diff -u -r 1.179.2.133 -r 1.179.2.134 src/imap.c; cvs diff -u -r 1.36.2.85 -r 1.36.2.86 src/common/utils.c; cvs diff -u -r 1.20.2.39 -r 1.20.2.40 src/common/utils.h; cvs diff -u -r 1.1.4.52 -r 1.1.4.53 src/etpan/imap-thread.c; cvs diff -u -r 1.1.4.11 -r 1.1.4.12 src/etpan/imap-thread.h; ) > 2.5.6cvs3.patchset
+( cvs diff -u -r 1.1.2.26 -r 1.1.2.27 src/gtk/authors.h; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/plugins/pgpcore/pgp_viewer.c; cvs diff -u -r 1.1.2.32 -r 1.1.2.33 src/plugins/pgpcore/sgpgme.c; ) > 2.5.6cvs4.patchset
MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=3
+EXTRA_VERSION=4
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
"Marc Hoper",
"Michihide Hotta",
"Shawn Houston",
+"Michael Hughes",
"Chideok Hwang",
"John E.P. Hynes",
"Hironori IWANE",
#include <glib/gi18n.h>
#include <sys/types.h>
#include <sys/wait.h>
+#if (defined(__DragonFly__) || defined (__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__))
+# include <sys/signal.h>
+#endif
#include "version.h"
#include "common/sylpheed.h"
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>
+#if (defined(__DragonFly__) || defined (__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__))
+# include <sys/signal.h>
+#endif
#ifndef G_OS_WIN32
#include <sys/mman.h>
#endif