summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/ati-drivers/files/ioctl32.patch')
-rw-r--r--x11-drivers/ati-drivers/files/ioctl32.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-drivers/ati-drivers/files/ioctl32.patch b/x11-drivers/ati-drivers/files/ioctl32.patch
deleted file mode 100644
index f5ba9bd60982..000000000000
--- a/x11-drivers/ati-drivers/files/ioctl32.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- firegl_public.c.orig 2005-06-18 17:42:41.000000000 -0300
-+++ firegl_public.c 2005-06-18 17:43:46.000000000 -0300
-@@ -116,7 +116,11 @@
- #endif
-
- #ifdef __x86_64__
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
-+#include "asm/ioctl.h"
-+#else
- #include "asm/ioctl32.h"
-+#endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2)
- #include "linux/syscalls.h"
- #endif