patch-hw_xfree86_os-support_xf86_OSlib_h 429 B

1234567891011121314
  1. --- xorg-server-1.12.2.orig/hw/xfree86/os-support/xf86_OSlib.h 2012-05-17 19:09:03.000000000 +0200
  2. +++ xorg-server-1.12.2/hw/xfree86/os-support/xf86_OSlib.h 2013-10-29 15:23:18.000000000 +0100
  3. @@ -178,11 +178,7 @@
  4. #include <sys/types.h>
  5. #include <assert.h>
  6. -#ifdef __linux__
  7. -#include <termio.h>
  8. -#else /* __GLIBC__ */
  9. #include <termios.h>
  10. -#endif
  11. #ifdef __sparc__
  12. #include <sys/param.h>
  13. #endif