aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice/files/patch-joy.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/files/patch-joy.c')
-rw-r--r--emulators/vice/files/patch-joy.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/vice/files/patch-joy.c b/emulators/vice/files/patch-joy.c
deleted file mode 100644
index a6dbfc692f59..000000000000
--- a/emulators/vice/files/patch-joy.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/arch/unix/joy.c.orig Tue Feb 20 10:11:02 2007
-+++ src/arch/unix/joy.c Tue Feb 20 10:11:13 2007
-@@ -117,7 +117,7 @@
- #endif
-
- #elif defined(BSD_JOYSTICK)
--#include <machine/joystick.h>
-+#include <sys/joystick.h>
- #define JS_DATA_TYPE joystick
- #define JS_RETURN sizeof(struct joystick)
- int use_old_api=1;