--- zzzz-none-000/linux-2.6.19.2/include/linux/eventpoll.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/include/linux/eventpoll.h 2007-09-05 09:44:31.000000000 +0000 @@ -32,11 +32,11 @@ * On x86-64 make the 64bit structure have the same alignment as the * 32bit structure. This makes 32bit emulation easier. */ -#ifdef __x86_64__ +/*--- #ifdef __x86_64__ ---*/ #define EPOLL_PACKED __attribute__((packed)) -#else -#define EPOLL_PACKED -#endif +/*--- #else ---*/ +/*--- #define EPOLL_PACKED ---*/ +/*--- #endif ---*/ struct epoll_event { __u32 events;