From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:39 +0000 (-0700) Subject: Build change; not related to open-vm-tools. X-Git-Tag: stable-10.2.0~747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80bab95be93b4e26aaaa118086f009528f410bab;p=thirdparty%2Fopen-vm-tools.git Build change; not related to open-vm-tools. --- diff --git a/open-vm-tools/lib/misc/hostType.c b/open-vm-tools/lib/misc/hostType.c index dd9bf817e..db039c499 100644 --- a/open-vm-tools/lib/misc/hostType.c +++ b/open-vm-tools/lib/misc/hostType.c @@ -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) {