]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl-ioctl32.patch
- fix x86-64 build (ioctl32 issue).
[packages/X11-driver-firegl.git] / X11-driver-firegl-ioctl32.patch
CommitLineData
ccf372e0
PS
1--- X11-driver-firegl-8.16.20/lib/modules/fglrx/build_mod/firegl_public.c.orig 2005-09-23 23:09:33.000000000 +0200
2+++ X11-driver-firegl-8.16.20/lib/modules/fglrx/build_mod/firegl_public.c 2005-09-23 23:12:55.000000000 +0200
3@@ -121,7 +121,11 @@
4 #endif
5
6 #ifdef __x86_64__
7+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
8+#include "asm/ioctl.h"
9+#else
10 #include "asm/ioctl32.h"
11+#endif
12 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2)
13 #include "linux/syscalls.h"
14 #endif
This page took 0.062761 seconds and 4 git commands to generate.