SOURCES: tpop3d-poll.patch - up

arekm arekm at pld-linux.org
Sun Jun 25 22:21:19 CEST 2006


Author: arekm                        Date: Sun Jun 25 20:21:19 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up

---- Files affected:
SOURCES:
   tpop3d-poll.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/tpop3d-poll.patch
diff -u SOURCES/tpop3d-poll.patch:1.8 SOURCES/tpop3d-poll.patch:1.9
--- SOURCES/tpop3d-poll.patch:1.8	Sun Jun 25 20:54:20 2006
+++ SOURCES/tpop3d-poll.patch	Sun Jun 25 22:21:14 2006
@@ -58,3 +58,31 @@
  
          if (!post_fork) listeners_pre_select(&n, pfds);
  
+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:41:56.000000000 +0200
++++ tpop3d-1.5.3/poll.c	2006-06-25 22:20:47.000000000 +0200
+@@ -7,6 +7,10 @@
+  *
+  */
+ 
++#ifdef HAVE_CONFIG_H
++#include "configuration.h"
++#endif /* HAVE_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:41:56.000000000 +0200
++++ tpop3d-1.5.3/poll.h	2006-06-25 22:20:54.000000000 +0200
+@@ -11,6 +11,10 @@
+ #ifndef __POLL_H_ /* include guard */
+ #define __POLL_H_
+ 
++#ifdef HAVE_CONFIG_H
++#include "configuration.h"
++#endif /* HAVE_CONFIG_H */
++
+ #ifdef HAVE_POLL
+ 
+ #include <sys/poll.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/tpop3d-poll.patch?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list