From: John Wolfe Date: Mon, 9 Nov 2020 20:29:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dff6fd60f99d79c5fa8739e19c82c8bef21dcab;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 980f1ff32..8d82c5332 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -714,10 +714,16 @@ typedef int pid_t; #else #define ulm_win 0 #endif +#ifdef ULM_ESX +#define ulm_esx 1 +#else +#define ulm_esx 0 +#endif #else #define vmx86_ulm 0 #define ulm_mac 0 #define ulm_win 0 +#define ulm_esx 0 #define ULM_ONLY(x) #endif