From 52fc7c8dc70226cc7f03454e9be86a627672295f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 5 Jun 2006 03:00:24 +0000 Subject: Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing XFree86LOADER ifdefs, non-loadable hasn't been supported for a while now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO ifdefs surrounding a call to a function added in XFree86 4.1 (!). Miscellaneous static markings. --- hw/xfree86/dixmods/shmodule.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'hw/xfree86/dixmods/shmodule.c') diff --git a/hw/xfree86/dixmods/shmodule.c b/hw/xfree86/dixmods/shmodule.c index 98021e740..3136c0c05 100644 --- a/hw/xfree86/dixmods/shmodule.c +++ b/hw/xfree86/dixmods/shmodule.c @@ -1,6 +1,4 @@ /* - * $XFree86$ - * * Copyright © 2000 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its @@ -26,8 +24,6 @@ #include #endif -#ifdef XFree86LOADER - #include "xf86Module.h" #include #include "scrnintstr.h" @@ -55,6 +51,4 @@ static XF86ModuleVersionInfo VersRec = {0,0,0,0} /* signature, to be patched into the file by a tool */ }; -XF86ModuleData shadowModuleData = { &VersRec, NULL, NULL }; - -#endif +_X_EXPORT XF86ModuleData shadowModuleData = { &VersRec, NULL, NULL }; -- cgit v1.2.3