Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 74864
Collapse All | Expand All

(-)ndiswrapper-1.0/driver/ntoskernel.h.orig (-4 lines)
Lines 169-179 Link Here
169
169
170
#endif // LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
170
#endif // LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
171
171
172
#ifdef CONFIG_SOFTWARE_SUSPEND2
173
#define KTHREAD_RUN(a,b,c) kthread_run(a,b,0,c)
172
#define KTHREAD_RUN(a,b,c) kthread_run(a,b,0,c)
174
#else
175
#define KTHREAD_RUN(a,b,c) kthread_run(a,b,c)
176
#endif
177
173
178
#ifdef CONFIG_X86_64
174
#ifdef CONFIG_X86_64
179
#define LIN2WIN1(func, arg1) \
175
#define LIN2WIN1(func, arg1) \

Return to bug 74864