diff options
Diffstat (limited to 'hw/xfree86/dixmods/mfbmodule.c')
-rw-r--r-- | hw/xfree86/dixmods/mfbmodule.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/xfree86/dixmods/mfbmodule.c b/hw/xfree86/dixmods/mfbmodule.c index be3b9eed0..91539d709 100644 --- a/hw/xfree86/dixmods/mfbmodule.c +++ b/hw/xfree86/dixmods/mfbmodule.c @@ -1,4 +1,3 @@ -/* $XFree86: xc/programs/Xserver/mfb/mfbmodule.c,v 1.7 1999/01/26 05:54:21 dawes Exp $ */ /* * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved. * @@ -29,10 +28,8 @@ #include <xorg-config.h> #endif -#ifdef XFree86LOADER #include "xf86Module.h" - static XF86ModuleVersionInfo VersRec = { "mfb", @@ -47,6 +44,4 @@ static XF86ModuleVersionInfo VersRec = {0,0,0,0} /* signature, to be patched into the file by a tool */ }; -XF86ModuleData mfbModuleData = { &VersRec, NULL, NULL }; - -#endif +_X_EXPORT XF86ModuleData mfbModuleData = { &VersRec, NULL, NULL }; |