]> git.pld-linux.org Git - packages/X11.git/blob - X11-sparc-kbd.patch
- think: it was already added a line below
[packages/X11.git] / X11-sparc-kbd.patch
1 --- X11-6.8.1/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c  2004-04-23 19:54:08.000000000 +0000
2 +++ X11-6.8.1_new/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c      2004-10-09 16:00:17.521486684 +0000
3 @@ -114,6 +114,10 @@
4  #endif /* KDKBDREP */
5  }
6  
7 +#ifdef __sparc__ 
8 +# define rate rate 
9 +#endif
10 +
11  static int
12  KIOCSRATE_ioctl_ok(int rate, int delay) {
13  #ifdef KIOCSRATE
14 --- X11-6.8.1/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004-04-23 19:54:08.000000000 +0000
15 +++ X11-6.8.1_new/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c     2004-10-09 15:58:57.060022567 +0000
16 @@ -142,6 +142,10 @@
17  #endif /* KDKBDREP */
18  }
19  
20 +#ifdef __sparc__
21 +#  define rate rate 
22 +#endif
23 +
24  static int
25  KIOCSRATE_ioctl_ok(int rate, int delay) {
26  #ifdef KIOCSRATE
This page took 0.026933 seconds and 3 git commands to generate.