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

Collapse All | Expand All

(-)firegl_public.c.orig (+4 lines)
Lines 116-122 Link Here
116
#endif
116
#endif
117
117
118
#ifdef __x86_64__
118
#ifdef __x86_64__
119
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
120
#include "linux/ioctl32.h"
121
#else
119
#include "asm/ioctl32.h"
122
#include "asm/ioctl32.h"
123
#endif
120
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2)
124
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2)
121
#include "linux/syscalls.h"
125
#include "linux/syscalls.h"
122
#endif
126
#endif

Return to bug 102976