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

  1. --- ./x11_joystick.c.orig 2005-11-04 17:50:18.000000000 +0100
  2. +++ ./x11_joystick.c 2005-11-04 17:50:43.000000000 +0100
  3. @@ -32,7 +32,18 @@
  4. #ifndef NO_JOYSTICK
  5. #include <fcntl.h>
  6. #include <unistd.h>
  7. +
  8. +#ifdef __STRICT_ANSI__
  9. +#define REDEFINE__STRICT_ANSI__
  10. +#undef __STRICT_ANSI__
  11. +#endif
  12. +
  13. #include <linux/joystick.h>
  14. +
  15. +#ifdef REDEFINE__STRICT_ANSI__
  16. +#define __STRICT_ANSI__
  17. +#endif
  18. +
  19. #endif
  20. #define JOYDIR_NONE 0x00