diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-02-09 13:51:14 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2005-02-09 13:51:14 +0000 |
commit | b239cc15eeedea644ebc74ec6c8ffb728d820802 (patch) | |
tree | 6dca77b1f81b84d00aacd64dbc23d41f12c46aac /source/lib/socket/socket.c | |
parent | ba3d6f5e1c81cb2995bb978bccc7e54a19054453 (diff) | |
download | samba-b239cc15eeedea644ebc74ec6c8ffb728d820802.tar.gz samba-b239cc15eeedea644ebc74ec6c8ffb728d820802.tar.xz samba-b239cc15eeedea644ebc74ec6c8ffb728d820802.zip |
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
Diffstat (limited to 'source/lib/socket/socket.c')
0 files changed, 0 insertions, 0 deletions