mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 11:30:30 +01:00
xf86_OSlib.h: Don't need to include Solaris keyboard headers here
Left over from the builtin keyboard driver removed from the Xorg server in 2006 (commit3eeb62e8f5). Requires xorg/driver/xf86-input-keyboard@40ef7d9e24987eb6708d822d0ea070 to build the current keyboard driver with this change. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1541> (cherry picked from commita4d298d855)
This commit is contained in:
parent
7ea4e28f28
commit
b7093fde76
1 changed files with 0 additions and 9 deletions
|
|
@ -112,15 +112,6 @@ extern _X_HIDDEN void xf86VTRelease(int);
|
|||
#if defined(__sun)
|
||||
#include <sys/fbio.h>
|
||||
extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
|
||||
|
||||
#include <sys/kbd.h>
|
||||
#include <sys/kbio.h>
|
||||
|
||||
/* undefine symbols from <sys/kbd.h> we don't need that conflict with enum
|
||||
definitions in parser/xf86tokens.h */
|
||||
#undef STRING
|
||||
#undef LEFTALT
|
||||
#undef RIGHTALT
|
||||
#endif /* __sun */
|
||||
|
||||
#if !defined(VT_ACKACQ)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue