Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55757 | Differences between
and this patch

Collapse All | Expand All

(-)/xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h.orig (+1 lines)
Lines 27-32 Link Here
27
27
28
#if defined(linux)
28
#if defined(linux)
29
#include <asm/types.h>
29
#include <asm/types.h>
30
#include <linux/fb.h>
30
#include <asm/fbio.h>
31
#include <asm/fbio.h>
31
#include <asm/openpromio.h>
32
#include <asm/openpromio.h>
32
#elif defined(SVR4)
33
#elif defined(SVR4)
(-)xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c.orig (-2 / +2 lines)
Lines 115-120 Link Here
115
#endif /* KDKBDREP */
115
#endif /* KDKBDREP */
116
}
116
}
117
117
118
#undef rate
119
118
static int
120
static int
119
KIOCSRATE_ioctl_ok(int rate, int delay) {
121
KIOCSRATE_ioctl_ok(int rate, int delay) {
120
#ifdef KIOCSRATE
122
#ifdef KIOCSRATE
Lines 142-149 Link Here
142
#endif /* KIOCSRATE */
144
#endif /* KIOCSRATE */
143
}
145
}
144
146
145
#undef rate
146
147
void xf86SetKbdRepeat(char rad)
147
void xf86SetKbdRepeat(char rad)
148
{
148
{
149
#ifdef __sparc__
149
#ifdef __sparc__
(-)xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c.orig (-2 / +2 lines)
Lines 143-148 Link Here
143
#endif /* KDKBDREP */
143
#endif /* KDKBDREP */
144
}
144
}
145
145
146
#undef rate
147
146
static int
148
static int
147
KIOCSRATE_ioctl_ok(int rate, int delay) {
149
KIOCSRATE_ioctl_ok(int rate, int delay) {
148
#ifdef KIOCSRATE
150
#ifdef KIOCSRATE
Lines 170-177 Link Here
170
#endif /* KIOCSRATE */
172
#endif /* KIOCSRATE */
171
}
173
}
172
174
173
#undef rate
174
175
static void
175
static void
176
SetKbdRepeat(InputInfoPtr pInfo, char rad)
176
SetKbdRepeat(InputInfoPtr pInfo, char rad)
177
{
177
{

Return to bug 55757