summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-ioctl
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-ioctl')
-rw-r--r--x11/XFree86-4-libraries/files/patch-ioctl12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-ioctl b/x11/XFree86-4-libraries/files/patch-ioctl
deleted file mode 100644
index 09f605e083f7..000000000000
--- a/x11/XFree86-4-libraries/files/patch-ioctl
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm.h~ Sun Dec 16 12:45:01 2001
-+++ ./programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm.h Tue Apr 9 21:45:35 2002
-@@ -35,7 +35,9 @@
- #ifndef _DRM_H_
- #define _DRM_H_
-
-+#undef ioctl
- #include <sys/ioccom.h>
-+#define ioctl(a,b,c) xf86ioctl(a,b,c)
- #define DRM_IOCTL_NR(n) ((n) & 0xff)
-
- #define XFREE86_VERSION(major,minor,patch,snap) \