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
795 B

  1. --- xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c.orig 2004-08-22 23:09:02.000000000 +0200
  2. +++ xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c 2004-08-22 23:10:51.000000000 +0200
  3. @@ -196,6 +196,8 @@
  4. * master aborts are avoided during PCI scans).
  5. */
  6. +#include <asm/types.h>
  7. +typedef unsigned long kernel_ulong_t;
  8. #include <linux/pci.h>
  9. #ifndef PCIIOC_BASE /* Ioctls for /proc/bus/pci/X/Y nodes. */
  10. --- xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h.orig 2004-08-22 23:15:10.000000000 +0200
  11. +++ xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h 2004-08-22 23:15:25.000000000 +0200
  12. @@ -27,6 +27,7 @@
  13. #if defined(linux)
  14. #include <asm/types.h>
  15. +#include <linux/fb.h>
  16. #include <asm/fbio.h>
  17. #include <asm/openpromio.h>
  18. #elif defined(SVR4)