]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl-VM_SHM-fix.patch
- corrected header
[packages/X11-driver-firegl.git] / X11-driver-firegl-VM_SHM-fix.patch
CommitLineData
02a6c503
MK
1--- X11-driver-firegl-8.27.10/common/lib/modules/fglrx/build_mod/firegl_public.c.diff_VM_SHM 2006-12-10 11:44:09.000000000 +0100
2+++ X11-driver-firegl-8.27.10/common/lib/modules/fglrx/build_mod/firegl_public.c 2006-12-10 11:45:59.000000000 +0100
3@@ -27,6 +27,8 @@
4 #include <linux/version.h>
5 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
6 #include <linux/utsrelease.h>
7+ /* VM_SHM is gone since 2.6.18 http://forums.gentoo.org/viewtopic-t-517697.html?sid=b791467f487342ca3fe1dc887e30d3e9 */
8+#define VM_SHM 0x00000000 /* Means nothing: delete it later */
9 #endif
10 #ifdef MODVERSIONS
11 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
This page took 0.025039 seconds and 4 git commands to generate.