Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53879 | Differences between
and this patch

Collapse All | Expand All

(-)vmmon-only.orig/include/compat_wait.h (-1 / +1 lines)
Lines 57-63 Link Here
57
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0) // {
57
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0) // {
58
58
59
/* If prototype does not match, build will abort here */
59
/* If prototype does not match, build will abort here */
60
extern void poll_initwait(compat_poll_wqueues *);
60
extern void poll_initwait(struct poll_wqueues *pwq);
61
61
62
#define compat_poll_initwait(wait, table) ( \
62
#define compat_poll_initwait(wait, table) ( \
63
   (wait) = (table), \
63
   (wait) = (table), \

Return to bug 53879