svn commit: samba r22970 - in branches/SAMBA_4_0/source/lib/events: .

tridge at samba.org tridge at samba.org
Thu May 17 09:44:59 GMT 2007


Author: tridge
Date: 2007-05-17 09:44:58 +0000 (Thu, 17 May 2007)
New Revision: 22970

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

Log:

the events code calls close(), which needs to use socket_wrapper.h in
the build farm

Modified:
   branches/SAMBA_4_0/source/lib/events/events_aio.c
   branches/SAMBA_4_0/source/lib/events/events_epoll.c
   branches/SAMBA_4_0/source/lib/events/events_standard.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/events_aio.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_aio.c	2007-05-17 08:47:04 UTC (rev 22969)
+++ branches/SAMBA_4_0/source/lib/events/events_aio.c	2007-05-17 09:44:58 UTC (rev 22970)
@@ -33,6 +33,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/network.h"
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"
 #include "lib/events/events_internal.h"

Modified: branches/SAMBA_4_0/source/lib/events/events_epoll.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_epoll.c	2007-05-17 08:47:04 UTC (rev 22969)
+++ branches/SAMBA_4_0/source/lib/events/events_epoll.c	2007-05-17 09:44:58 UTC (rev 22970)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/network.h"
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"
 #include "lib/events/events_internal.h"

Modified: branches/SAMBA_4_0/source/lib/events/events_standard.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_standard.c	2007-05-17 08:47:04 UTC (rev 22969)
+++ branches/SAMBA_4_0/source/lib/events/events_standard.c	2007-05-17 09:44:58 UTC (rev 22970)
@@ -30,6 +30,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/network.h"
 #include "system/select.h" /* needed for HAVE_EVENTS_EPOLL */
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"



More information about the samba-cvs mailing list