From bfcc7726a88934322b709fa322b5e2ae6392d594 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 25 Mar 2024 10:34:30 +0100 Subject: [PATCH] xfree86: os-support: clean out remains of SVR3/sysv support SVR3/sysv support had been removed 13 years ago, but there still was some fallout left. The symbol HAS_SVR3_MMAPDRV never had been set by autoconf, let alone meson, so this piece of code is really dead. Fixes: 6ce1908ba4959aaa0a48171acb62cf6a5d5cbf18 Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xfree86/os-support/xf86_OSlib.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index e15204cb4..9d121546b 100644 --- a/hw/xfree86/os-support/xf86_OSlib.h +++ b/hw/xfree86/os-support/xf86_OSlib.h @@ -113,15 +113,6 @@ #endif #endif /* _NEED_SYSI86 */ -#if defined(HAS_SVR3_MMAPDRV) -#include -#if !defined(_NEED_SYSI86) -#include -#include -#endif -#include /* MMAP driver header */ -#endif - #if !defined(__sun) || defined(HAVE_SYS_VT_H) #define HAS_USL_VTS #endif