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

Collapse All | Expand All

(-)ati-driver-8.28.8.old/common/lib/modules/fglrx/build_mod/firegl_public.c (+5 lines)
Lines 23-28 Link Here
23
23
24
// ============================================================
24
// ============================================================
25
#include <linux/version.h>
25
#include <linux/version.h>
26
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
27
/* No longer valid */
28
#define VM_SHM 0
29
#include <linux/utsrelease.h>
30
#endif
26
#ifdef MODVERSIONS
31
#ifdef MODVERSIONS
27
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
32
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
28
#include <linux/modversions.h>
33
#include <linux/modversions.h>

Return to bug 148424