diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2007-09-24 11:48:12 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2007-09-24 11:48:12 -0700 |
commit | ee2fe14d37c9f3c8a170f8e3fcbc62403687ab8f (patch) | |
tree | 810bad892a9bd5879e6ba13372dd0bfb7dfb7e14 | |
parent | cfdb0140fa53155ae134ba961ec7d593d5d94713 (diff) |
There are problems when running with old X releases with a
global symbol collision with the mouse driver.
-rw-r--r-- | src/vmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |