Author: arekm Date: Sun Jun 25 18:03:58 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix poll detection
---- Files affected: SOURCES: tpop3d-poll.patch (1.3 -> 1.4) (NEW) ---- Diffs: ================================================================ Index: SOURCES/tpop3d-poll.patch diff -u /dev/null SOURCES/tpop3d-poll.patch:1.4 --- /dev/null Sun Jun 25 20:03:58 2006 +++ SOURCES/tpop3d-poll.patch Sun Jun 25 20:03:53 2006 @@ -0,0 +1,24 @@ +diff -urN tpop3d-1.5.3.org/poll.c tpop3d-1.5.3/poll.c +--- tpop3d-1.5.3.org/poll.c 2006-06-25 20:02:19.000000000 +0200 ++++ tpop3d-1.5.3/poll.c 2006-06-25 20:03:11.000000000 +0200 +@@ -7,6 +7,8 @@ + * + */ + ++#include "config.h" ++ + #ifndef HAVE_POLL + + static const char rcsid[] = "$Id$"; +diff -urN tpop3d-1.5.3.org/poll.h tpop3d-1.5.3/poll.h +--- tpop3d-1.5.3.org/poll.h 2006-06-25 20:02:19.000000000 +0200 ++++ tpop3d-1.5.3/poll.h 2006-06-25 20:02:46.000000000 +0200 +@@ -11,6 +11,8 @@ + #ifndef __POLL_H_ /* include guard */ + #define __POLL_H_ + ++#include "config.h" ++ + #ifdef HAVE_POLL + + #include <sys/poll.h> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
