summaryrefslogtreecommitdiff
path: root/src/radeon_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_misc.c')
-rw-r--r--src/radeon_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/radeon_misc.c b/src/radeon_misc.c
index d9c978fe..32253e6b 100644
--- a/src/radeon_misc.c
+++ b/src/radeon_misc.c
@@ -1,6 +1,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_misc.c,v 1.7 2003/01/01 19:16:35 tsi Exp $ */
/*
- * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -38,7 +38,7 @@ static XF86ModuleVersionInfo RADEONVersionRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
RADEON_VERSION_MAJOR, RADEON_VERSION_MINOR, RADEON_VERSION_PATCH,
ABI_CLASS_VIDEODRV,
ABI_VIDEODRV_VERSION,
@@ -76,7 +76,7 @@ RADEONSetup
}
/* The following record must be called radeonModuleData */
-XF86ModuleData radeonModuleData =
+_X_EXPORT XF86ModuleData radeonModuleData =
{
&RADEONVersionRec,
RADEONSetup,