mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
428 B

--- ./x11_joystick.c.orig 2005-11-04 17:50:18.000000000 +0100
+++ ./x11_joystick.c 2005-11-04 17:50:43.000000000 +0100
@@ -32,7 +32,18 @@
#ifndef NO_JOYSTICK
#include <fcntl.h>
#include <unistd.h>
+
+#ifdef __STRICT_ANSI__
+#define REDEFINE__STRICT_ANSI__
+#undef __STRICT_ANSI__
+#endif
+
#include <linux/joystick.h>
+
+#ifdef REDEFINE__STRICT_ANSI__
+#define __STRICT_ANSI__
+#endif
+
#endif
#define JOYDIR_NONE 0x00