Magellan Linux

Contents of /trunk/ati-drivers/patches/ioctl32.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 368 byte(s)
-import

1 --- firegl_public.c.orig 2005-06-18 17:42:41.000000000 -0300
2 +++ firegl_public.c 2005-06-18 17:43:46.000000000 -0300
3 @@ -116,7 +116,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

Properties

Name Value
svn:executable *