From: Stefan Metzmacher Date: Wed, 9 Feb 2005 13:51:14 +0000 (+0000) Subject: r5284: this is needed on my server X-Git-Tag: samba-4.0.0alpha6~801^3~11621 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=efd042e9792a96cc1eefe8a120047249a00fc974;p=kai%2Fsamba-autobuild%2F.git 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) --- diff --git a/source4/lib/events/events.c b/source4/lib/events/events.c index cf165c99dcd..408fe8c6f13 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