* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / kbd / kbdrate-sparc.patch
blob3a936f313fe378f26f28a76e6f0ae624c3919682
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../kbd/kbdrate-sparc.patch
5 # Copyright (C) 2004 - 2009 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 The field is named differently on SPARC (?) ...
20 - Rene Rebe <rene@exactcode.de>
22 --- kbd-1.12/src/setleds.c.vanilla 2007-11-09 09:08:53.000000000 +0000
23 +++ kbd-1.12/src/setleds.c 2007-11-09 09:08:58.000000000 +0000
24 @@ -14,10 +14,6 @@
25 #include "nls.h"
26 #include "version.h"
28 -#ifdef __sparc__
29 -#include <asm/kbio.h>
30 -#endif
32 static void
33 usage(void)
35 --- kbd-1.12/src/kbdrate.c.vanilla 2007-11-09 09:09:58.000000000 +0000
36 +++ kbd-1.12/src/kbdrate.c 2007-11-09 09:10:30.000000000 +0000
37 @@ -77,7 +77,6 @@
39 #ifdef __sparc__
40 #include <asm/param.h>
41 -#include <asm/kbio.h>
42 #endif
44 #ifndef KDKBDREP