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

(-)vmnet-only.orig/compat_sock.h (-1 / +1 lines)
Lines 17-23 Link Here
17
 * in their Makefiles.
17
 * in their Makefiles.
18
 */
18
 */
19
#ifndef VMW_HAVE_SK_WMEM_ALLOC
19
#ifndef VMW_HAVE_SK_WMEM_ALLOC
20
#   define sk_wmem_alloc wmem_alloc
20
#   define sk_wmem_alloc sk_wmem_alloc
21
#endif
21
#endif
22
22
23
23
(-)vmnet-only.orig/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