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

(-)common.orig/lib/modules/fglrx/build_mod/firegl_public.c (+3 lines)
Lines 23-28 Link Here
23
23
24
// ============================================================
24
// ============================================================
25
#include <linux/version.h>
25
#include <linux/version.h>
26
/* jikos hack to make this thing compilable against recent kernels */
27
#include <linux/utsrelease.h>
28
#define VM_SHM 	0x00000000
26
#ifdef MODVERSIONS
29
#ifdef MODVERSIONS
27
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
30
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
28
#include <linux/modversions.h>
31
#include <linux/modversions.h>

Return to bug 149791