Guard modinfo section against gcc. vmware-10_15_1
authorPhilip Langdale <philipl@fido2.homeip.net>
Tue, 11 Sep 2007 04:19:38 +0000 (21:19 -0700)
committerPhilip Langdale <philipl@fido2.homeip.net>
Tue, 11 Sep 2007 04:19:38 +0000 (21:19 -0700)
src/vmware.c

index 3db8029..a8d169c 100644 (file)
@@ -98,8 +98,10 @@ static const char VMWAREBuildStr[] = "VMware Guest X Server "
  * As the driver's version is only  {major, minor, patchlevel}, simply append an
  * extra zero for the fourth digit.
  */
+#ifdef __GNUC__
 const char vm_version[] __attribute__((section(".modinfo"),unused)) =
     "version=" VMWARE_DRIVER_VERSION_STRING ".0";
+#endif
 
 static SymTabRec VMWAREChipsets[] = {
     { PCI_CHIP_VMWARE0405, "vmware0405" },