]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 21 May 2012 22:23:44 +0000 (15:23 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Tue, 22 May 2012 18:57:12 +0000 (11:57 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vm_basic_defs.h

index 5649f0ba39d405c89971787e315fa961b401617b..eea95fe36563c01de4428d22d9c35a23b2abbd73 100644 (file)
@@ -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