From af29902c5c6e45e0719c0691b3356ff9799c8cb8 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 20 May 2025 17:40:11 +0200 Subject: [PATCH] xfree86: xf86Config: unexport xf86configptr Not used by any external drivers, and this header isn't even installed in the SDK, so no need to keep this field exported. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Config.h b/hw/xfree86/common/xf86Config.h index fea8da62d..d83f64c48 100644 --- a/hw/xfree86/common/xf86Config.h +++ b/hw/xfree86/common/xf86Config.h @@ -41,7 +41,7 @@ /* * global structure that holds the result of parsing the config file */ -extern _X_EXPORT XF86ConfigPtr xf86configptr; +extern XF86ConfigPtr xf86configptr; #endif typedef enum _ConfigStatus {