svn commit: samba r22829 - in branches/SAMBA_4_0/source/lib/replace/system: .

tridge at samba.org tridge at samba.org
Mon May 14 00:31:06 GMT 2007


Author: tridge
Date: 2007-05-14 00:31:04 +0000 (Mon, 14 May 2007)
New Revision: 22829

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22829

Log:

system/select.h needs to bring in epoll.h for epoll usage in
lib/events

Modified:
   branches/SAMBA_4_0/source/lib/replace/system/select.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/system/select.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/select.h	2007-05-13 20:51:39 UTC (rev 22828)
+++ branches/SAMBA_4_0/source/lib/replace/system/select.h	2007-05-14 00:31:04 UTC (rev 22829)
@@ -31,6 +31,10 @@
 #include <sys/select.h>
 #endif
 
+#ifdef HAVE_SYS_EPOLL_H
+#include <sys/epoll.h>
+#endif
+
 #ifndef SELECT_CAST
 #define SELECT_CAST
 #endif



More information about the samba-cvs mailing list