From: John Wolfe Date: Fri, 20 Nov 2020 16:37:30 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8eb9171431f69f818430699bb9ece67b1d39c76;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index f600bf575..578ee5434 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -647,6 +647,12 @@ typedef int pid_t; #define HOSTED_ONLY(x) x #endif +#ifdef VMX86_ESXIO +#define vmx86_esxio 1 +#else +#define vmx86_esxio 0 +#endif + #ifdef VMKERNEL #define vmkernel 1 #define VMKERNEL_ONLY(x) x