From: Oliver Kurth Date: Tue, 5 Jun 2018 22:47:38 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~551 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910f5c10b01f04862fd1b25af18166c17eb1cdff;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 c76c7a8d4..bde428f65 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -636,7 +636,7 @@ typedef void * UserVA; #define INVALID_PPN64 ((PPN)0xffffffffffffffffull) #define APIC_INVALID_PPN ((PPN)0xfffffffe) -#define INVALID_BPN ((BPN)0x000000ffffffffffull) +#define INVALID_BPN ((BPN)0x0000ffffffffffffull) #define MPN38_MASK ((1ull << 38) - 1)