summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-17 09:48:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:34 -0500
commit907b98f33f613cdec334b35b53d2f874c0ae55f2 (patch)
tree0cdee80a5e1f9bf23289bcbb405217cbcf53fdbb /source4/lib/events
parent4c20e077a1e79c93a68ca432b8e6ddaca4ae632f (diff)
downloadsamba-907b98f33f613cdec334b35b53d2f874c0ae55f2.tar.gz
samba-907b98f33f613cdec334b35b53d2f874c0ae55f2.tar.bz2
samba-907b98f33f613cdec334b35b53d2f874c0ae55f2.zip
r22971: fix build on systems without epoll
(This used to be commit 146303d91b4c64c87c356c3ed44ccb5774297a71)
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/events_standard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/events/events_standard.c b/source4/lib/events/events_standard.c
index e3d73817ae..8150a069c0 100644
--- a/source4/lib/events/events_standard.c
+++ b/source4/lib/events/events_standard.c
@@ -330,6 +330,7 @@ static int epoll_event_loop(struct std_event_context *std_ev, struct timeval *tv
#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
/*