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.

22 lines
978 B

  1. --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c~ 2004-08-21 16:22:07.000000000 +0200
  2. +++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004-08-21 19:54:02.000000000 +0200
  3. @@ -102,7 +102,7 @@
  4. /* Deal with spurious kernel header change */
  5. #if defined(LINUX_VERSION_CODE) && defined(KERNEL_VERSION)
  6. -# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42)
  7. +# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42) && !defined(__sparc__)
  8. # define rate period
  9. # endif
  10. #endif
  11. --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c~ 2004-08-21 16:22:07.000000000 +0200
  12. +++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c 2004-08-21 19:53:22.000000000 +0200
  13. @@ -75,7 +75,7 @@
  14. /* Deal with spurious kernel header change */
  15. #if defined(LINUX_VERSION_CODE) && defined(KERNEL_VERSION)
  16. -# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42)
  17. +# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42) && !defined(__sparc__)
  18. # define rate period
  19. # endif
  20. #endif