From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:19 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954f4b360aa4a18b29004b2cf382a37b46f900ca;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_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 2d347095b..f509bce2e 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -623,7 +623,6 @@ typedef void * UserVA; #define INVALID_PPN ((PPN)0x000fffffffffffffull) #define INVALID_PPN32 ((PPN32)0xffffffff) -#define INVALID_PPN64 ((PPN)0xffffffffffffffffull) #define APIC_INVALID_PPN ((PPN)0x000ffffffffffffeull) #define INVALID_BPN ((BPN)0x0000ffffffffffffull)