From d59bd31c4dfbf52fce857aba1a9606bbd93653d9 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 22 May 2024 22:10:37 +0200 Subject: [PATCH] drop obsolete check for _X_EXPORT We're relying on xserver >= 1.18, so need to check for this macro anymore. Signed-off-by: Enrico Weigelt, metux IT consult --- src/vmware_bootstrap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/vmware_bootstrap.c b/src/vmware_bootstrap.c index bb59bf7..d21ed76 100644 --- a/src/vmware_bootstrap.c +++ b/src/vmware_bootstrap.c @@ -56,13 +56,6 @@ #define VMWARE_DRIVER_FUNC 0 #endif -/* - * So that the file compiles unmodified when dropped in to a < 6.9 source tree. - */ -#ifndef _X_EXPORT -#define _X_EXPORT -#endif - /* * This is the only way I know to turn a #define of an integer constant into * a constant string.