| 1 |
diff -Nura xorg-server-1.1.1/hw/xfree86/os-support/linux/lnx_io.c xorg-server-1.1.1.sparc/hw/xfree86/os-support/linux/lnx_io.c
|
| 2 |
--- xorg-server-1.1.1/hw/xfree86/os-support/linux/lnx_io.c 2006-07-05 15:31:41.000000000 -0300
|
| 3 |
+++ xorg-server-1.1.1.sparc/hw/xfree86/os-support/linux/lnx_io.c 2007-01-18 14:43:53.000000000 -0300
|
| 4 |
@@ -72,10 +72,6 @@
|
| 5 |
|
| 6 |
#include <linux/kd.h>
|
| 7 |
#include <linux/version.h>
|
| 8 |
-#ifdef __sparc__
|
| 9 |
-#include <asm/param.h>
|
| 10 |
-#include <asm/kbio.h>
|
| 11 |
-#endif
|
| 12 |
|
| 13 |
/* Deal with spurious kernel header change in struct kbd_repeat.
|
| 14 |
We undo this define after the routine using that struct is over,
|
| 15 |
diff -Nura xorg-server-1.1.1/hw/xfree86/os-support/linux/lnx_kbd.c xorg-server-1.1.1.sparc/hw/xfree86/os-support/linux/lnx_kbd.c
|
| 16 |
--- xorg-server-1.1.1/hw/xfree86/os-support/linux/lnx_kbd.c 2006-07-05 15:31:41.000000000 -0300
|
| 17 |
+++ xorg-server-1.1.1.sparc/hw/xfree86/os-support/linux/lnx_kbd.c 2007-01-18 14:44:55.000000000 -0300
|
| 18 |
@@ -102,10 +102,6 @@
|
| 19 |
|
| 20 |
#include <linux/kd.h>
|
| 21 |
#include <linux/version.h>
|
| 22 |
-#ifdef __sparc__
|
| 23 |
-#include <asm/param.h>
|
| 24 |
-#include <asm/kbio.h>
|
| 25 |
-#endif
|
| 26 |
|
| 27 |
/* Deal with spurious kernel header change in struct kbd_repeat.
|
| 28 |
We undo this define after the routine using that struct is over,
|