From: John Wolfe Date: Thu, 12 Aug 2021 19:46:05 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f8606a3f4faeb0b8ae1f9277c9c1b50ac19bbe;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 38c889729..9259c87cb 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -729,12 +729,6 @@ typedef int pid_t; #define ULM_ONLY(x) #endif -#ifdef ULM_ESX_VMX -#define ulm_esx_vmx 1 -#else -#define ulm_esx_vmx 0 -#endif - #if defined(VMM) || defined(ULM) #define MONITOR_ONLY(x) x #else