From a4d298d8550a2b3a05e389415eec0ca0e3adde40 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 13 May 2024 11:17:48 -0700 Subject: [PATCH] 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 (commit 3eeb62e8f587732e6b433c2b9c6879eb26a3f1b4). Requires xorg/driver/xf86-input-keyboard@40ef7d9e24987eb6708d822d0ea070 to build the current keyboard driver with this change. Signed-off-by: Alan Coopersmith Part-of: --- hw/xfree86/os-support/xf86_OSlib.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index 7bdacb9e9..11d3f1244 100644 --- a/hw/xfree86/os-support/xf86_OSlib.h +++ b/hw/xfree86/os-support/xf86_OSlib.h @@ -106,17 +106,6 @@ #include #endif -#if defined(__sun) -#include -#include - -/* undefine symbols from 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) #define VT_ACKACQ 2 #endif /* !VT_ACKACQ */