summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-joycal.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-joycal.c')
-rw-r--r--x11/XFree86-4-libraries/files/patch-joycal.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-joycal.c b/x11/XFree86-4-libraries/files/patch-joycal.c
deleted file mode 100644
index 377504cc8b87..000000000000
--- a/x11/XFree86-4-libraries/files/patch-joycal.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./programs/Xserver/hw/xfree86/etc/joycal.c.orig Sat Nov 22 09:00:18 1997
-+++ ./programs/Xserver/hw/xfree86/etc/joycal.c Mon Apr 8 15:08:17 2002
-@@ -6,7 +6,7 @@
- #include <unistd.h>
- #include <string.h>
- #if defined (__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
--#include <machine/joystick.h>
-+#include <sys/joystick.h>
- #define JS_RETURN sizeof(struct joystick)
- #define JS_DATA_TYPE joystick
- #define button_down(j) (j.b1 | j.b2)