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

tridge at samba.org tridge at samba.org
Thu May 17 09:48:20 GMT 2007


Author: tridge
Date: 2007-05-17 09:48:17 +0000 (Thu, 17 May 2007)
New Revision: 22971

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

Log:

fix build on systems without epoll

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/events_standard.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_standard.c	2007-05-17 09:44:58 UTC (rev 22970)
+++ branches/SAMBA_4_0/source/lib/events/events_standard.c	2007-05-17 09:48:17 UTC (rev 22971)
@@ -330,6 +330,7 @@
 #define epoll_del_event(std_ev,fde)
 #define epoll_change_event(std_ev,fde)
 #define epoll_event_loop(std_ev,tvalp) (-1)
+#define epoll_check_reopen(std_ev)
 #endif
 
 /*



More information about the samba-cvs mailing list