xfree86: os-support: drop Solaris pre-7 remains

Since meson transition, we can't build on Solaris older than v7
(which came out 1998), so no need for extra quirks.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1414>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-25 11:29:05 +01:00 committed by Alan Coopersmith
parent bfcc7726a8
commit 1073ca2b8a

View File

@ -104,10 +104,6 @@
#if defined(SVR4) && !defined(__sun)
#include <sys/seg.h>
#endif /* SVR4 && !__sun */
/* V86SC_IOPL was moved to <sys/sysi86.h> on Solaris 7 and later */
#if !defined(V86SC_IOPL) /* Solaris 7 or later? */
#include <sys/v86.h> /* Nope */
#endif
#if defined(__sun) && (defined (__i386__) || defined(__i386) || defined(__x86)) && defined (SVR4)
#include <sys/psw.h>
#endif