diff -Ncr libnota-h-in-3.0-2009.28-gplv2.orig/daemon/Makefile.in libnota-h-in-3.0-2009.28-gplv2/daemon/Makefile.in *** libnota-h-in-3.0-2009.28-gplv2.orig/daemon/Makefile.in Thu Jul 9 21:40:39 2009 --- libnota-h-in-3.0-2009.28-gplv2/daemon/Makefile.in Tue Jul 14 21:20:09 2009 *************** *** 144,150 **** LIBH_IN_LTVERSION = @LIBH_IN_LTVERSION@ LIBH_IN_RELEASE = @LIBH_IN_RELEASE@ LIBOBJS = @LIBOBJS@ ! LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ --- 144,150 ---- LIBH_IN_LTVERSION = @LIBH_IN_LTVERSION@ LIBH_IN_RELEASE = @LIBH_IN_RELEASE@ LIBOBJS = @LIBOBJS@ ! LIBS = @LIBS@ -lpthread LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ diff -Ncr libnota-h-in-3.0-2009.28-gplv2.orig/daemon/dispatcher.c libnota-h-in-3.0-2009.28-gplv2/daemon/dispatcher.c *** libnota-h-in-3.0-2009.28-gplv2.orig/daemon/dispatcher.c Thu Jul 9 21:40:12 2009 --- libnota-h-in-3.0-2009.28-gplv2/daemon/dispatcher.c Mon Jul 13 23:31:19 2009 *************** *** 27,32 **** --- 27,33 ---- #include #include #include + #include #include #include #include diff -Ncr libnota-h-in-3.0-2009.28-gplv2.orig/daemon/thread_pool.c libnota-h-in-3.0-2009.28-gplv2/daemon/thread_pool.c *** libnota-h-in-3.0-2009.28-gplv2.orig/daemon/thread_pool.c Thu Jul 9 21:40:12 2009 --- libnota-h-in-3.0-2009.28-gplv2/daemon/thread_pool.c Mon Jul 13 23:31:19 2009 *************** *** 35,40 **** --- 35,44 ---- #include "message.h" #include "debug.h" + #ifndef MSG_NOSIGNAL + #define MSG_NOSIGNAL 0 + #endif + typedef enum h_thread_worker_state { THREAD_FREE = 0, diff -Ncr libnota-h-in-3.0-2009.28-gplv2.orig/h_core/monitor_list.h libnota-h-in-3.0-2009.28-gplv2/h_core/monitor_list.h *** libnota-h-in-3.0-2009.28-gplv2.orig/h_core/monitor_list.h Thu Jul 9 21:40:12 2009 --- libnota-h-in-3.0-2009.28-gplv2/h_core/monitor_list.h Mon Jul 13 23:31:19 2009 *************** *** 73,79 **** }; ! typedef struct h_socket_lsock_mapping { lsockid_t lsock; int sockid; --- 73,79 ---- }; ! struct h_socket_lsock_mapping { lsockid_t lsock; int sockid;