From: Oliver Kurth Date: Fri, 20 Dec 2019 20:25:51 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157ca9f1d9d9c119b1bd770c82461a47e3a6dbd5;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 6b672537e..6707bdeb5 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -681,8 +681,10 @@ typedef int pid_t; #endif #ifdef VMM +#define vmx86_vmm 1 #define VMM_ONLY(x) x #else +#define vmx86_vmm 0 #define VMM_ONLY(x) #endif