patch-hw_xfree86_os-support_xf86_OSlib_h 452 B

12345678910111213141516
  1. --- xorg-server-1.15.0.orig/hw/xfree86/os-support/xf86_OSlib.h 2013-12-15 08:48:09.000000000 +0100
  2. +++ xorg-server-1.15.0/hw/xfree86/os-support/xf86_OSlib.h 2014-03-14 22:59:25.000000000 +0100
  3. @@ -177,12 +177,8 @@
  4. #include <stdlib.h>
  5. #include <sys/types.h>
  6. #include <assert.h>
  7. -
  8. -#ifdef __linux__
  9. -#include <termio.h>
  10. -#else /* __GLIBC__ */
  11. #include <termios.h>
  12. -#endif
  13. +
  14. #ifdef __sparc__
  15. #include <sys/param.h>
  16. #endif