From: VMware, Inc <> Date: Mon, 21 May 2012 22:23:44 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2012.05.21-724730~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d313075bdeb7386171463fd8971c19782d83be79;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 5649f0ba3..eea95fe36 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -637,8 +637,10 @@ typedef int pid_t; #endif #ifdef __linux__ +#define vmx86_linux 1 #define LINUX_ONLY(x) x #else +#define vmx86_linux 0 #define LINUX_ONLY(x) #endif