From: VMware, Inc <> Date: Thu, 27 Oct 2011 18:25:17 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.10.26-514583~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9ec406fd91998a405679db1a182c26db0ea99c4;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index ba44c4a01..f871d474f 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -447,7 +447,6 @@ typedef uint8 *TCA; /* Pointer into TC (usually). */ */ typedef uint8 Percent; #define AsPercent(v) ((Percent)(v)) -#define CHOOSE_PERCENT AsPercent(101) typedef uintptr_t VA;