[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Re: Upgrade oddity: 4294967295 in groupinfo



Reiner Steib <4uce.02.r.steib@xxxxxxx> writes:

> 1) "4294967295"-problem

I haven't yet looked into this.

> 2) leafnode-2.0.0.alpha20021023a doesn't compile on my box (SuSE 7.1):

Sorry, my fault, fixed by Jörg's checkin shortly after the release
(IIRC, he sent a heads-up to the list). Please apologize the
inconvenicences.

Anyways, here you are:

mailto.c lacks an #include. Here's the patch that should make it compile
on SuSE 7.1:

===================================================================
RCS file: /var/CVS/leafnode-2/mailto.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- leafnode-2/mailto.c	2002/10/23 15:56:39	1.4
+++ leafnode-2/mailto.c	2002/10/23 16:57:22	1.5
@@ -9,6 +9,7 @@
 #include <sysexits.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <signal.h>
 
 #ifdef WITH_DMALLOC
 #include <dmalloc.h>



-- 
Matthias Andree

http://sourceforge.net/projects/leafnode/   - leafnode-1 tarballs
http://mandree.home.pages.de/leafnode/beta/ - leafnode-2 tarballs

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list