[ekg2-commit] ekg2: nntp.c (HEAD) rss.c (HEAD) [darkjames]

CVS commit cvs w toxygen.net
Śro, 5 Wrz 2007, 19:44:25 CEST


Module name:	ekg2
Changes by:	darkjames	2007-09-05 19:44:23

Modified files:
	nntp.c rss.c

Log message:
fix, http://bugs.ekg2.org/task/90
Thx to Wojciech Szymak for reporting bug.

Index: nntp.c
===================================================================
RCS file: /home/cvs/ekg2/plugins/feed/nntp.c,v
diff -d -u -r1.25 -r1.26
--- nntp.c	2 Apr 2007 15:36:49 -0000	1.25
+++ nntp.c	5 Sep 2007 17:44:23 -0000	1.26
@@ -28,6 +28,10 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
+#ifdef __sun      /* Solaris, thanks to Beeth */
+#include <sys/filio.h>
+#endif
+
 #include <ekg/commands.h>
 #include <ekg/debug.h>
 #include <ekg/dynstuff.h>

Index: rss.c
===================================================================
RCS file: /home/cvs/ekg2/plugins/feed/rss.c,v
diff -d -u -r1.32 -r1.33
--- rss.c	13 Aug 2007 09:46:03 -0000	1.32
+++ rss.c	5 Sep 2007 17:44:23 -0000	1.33
@@ -33,6 +33,10 @@
 
 #include <string.h>
 
+#ifdef __sun      /* Solaris, thanks to Beeth */
+#include <sys/filio.h>
+#endif
+
 #include <ekg/dynstuff.h>
 #include <ekg/commands.h>
 #include <ekg/debug.h>


Więcej informacji o liście dyskusyjnej ekg2-commit