diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2007-09-24 11:48:39 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2007-09-24 11:48:39 -0700 |
commit | d89b0ffc1b994fb8e19cecbab683478b599fea73 (patch) | |
tree | 0598490cbe35daea42922e30d6abc7888e6a2787 | |
parent | b1ca22c8bdaa2450d98d5043b504d4a4fe412128 (diff) |
There are problems when running with old X releases with a
global symbol collision with the svga driver.
-rw-r--r-- | src/vmmouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmmouse.c b/src/vmmouse.c index 0919e3f..b430fc7 100644 --- a/src/vmmouse.c +++ b/src/vmmouse.c @@ -101,7 +101,7 @@ * extra zero for the fourth digit. */ #ifdef __GNUC__ -const char vm_version[] __attribute__((section(".modinfo"),unused)) = +const char vm_mouse_version[] __attribute__((section(".modinfo"),unused)) = "version=" VMMOUSE_DRIVER_VERSION_STRING ".0"; #endif |