From efd042e9792a96cc1eefe8a120047249a00fc974 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 9 Feb 2005 13:51:14 +0000 Subject: r5284: this is needed on my server +/* this #undef is needed on my SuSE 9.2 Box with glibc-devel-2.3.3-118 */ +#undef u32 as sys/epoll.h has this: typedef union epoll_data { void *ptr; int fd; uint32_t u32; uint64_t u64; } epoll_data_t; metze (This used to be commit b4928f3ea8f6530317dfa76593cf93e6acd4337a) --- source4/lib/events/events.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/events') diff --git a/source4/lib/events/events.c b/source4/lib/events/events.c index cf165c99dc..408fe8c6f1 100644 --- a/source4/lib/events/events.c +++ b/source4/lib/events/events.c @@ -66,6 +66,8 @@ #endif #if WITH_EPOLL +/* this #undef is needed on my SuSE 9.2 Box with glibc-devel-2.3.3-118 */ +#undef u32 #include #endif -- cgit