There are problems when running with old X releases with a

global symbol collision with the mouse driver.
This commit is contained in:
Philip Langdale
2007-09-24 11:48:12 -07:00
parent cfdb0140fa
commit ee2fe14d37

View File

@@ -99,7 +99,7 @@ static const char VMWAREBuildStr[] = "VMware Guest X Server "
* extra zero for the fourth digit.
*/
#ifdef __GNUC__
const char vm_version[] __attribute__((section(".modinfo"),unused)) =
const char vm_svga_version[] __attribute__((section(".modinfo"),unused)) =
"version=" VMWARE_DRIVER_VERSION_STRING ".0";
#endif