From ee2fe14d37c9f3c8a170f8e3fcbc62403687ab8f Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Mon, 24 Sep 2007 11:48:12 -0700 Subject: [PATCH] There are problems when running with old X releases with a global symbol collision with the mouse driver. --- src/vmware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmware.c b/src/vmware.c index a8d169c..68219ff 100644 --- a/src/vmware.c +++ b/src/vmware.c @@ -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