]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Build change; not related to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)
open-vm-tools/lib/misc/hostType.c

index dd9bf817e555027f9e9bb2daca66a083215f3bc2..db039c4993367d1d63a484d68916908d86bf361e 100644 (file)
@@ -122,7 +122,7 @@ HostType_OSIsVMK(void)
 Bool
 HostType_OSIsSimulator(void)
 {
-#if defined __linux__ && (defined VMX86_SERVER || defined VMX86_VPX || defined VMX86_VMACORE)
+#if defined __linux__ && (defined VMX86_SERVER || defined VMX86_VPX)
    static int simulatorType = -1;
    if (simulatorType == -1) {
       if (access("/etc/vmware/hostd/mockupEsxHost.txt", 0) != -1) {