From: Oliver Kurth Date: Fri, 23 Mar 2018 22:05:35 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e20e9bd49d244749ee6bcd4ea7d57a26d891afbe;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 185f8ab1c..afd98f882 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -509,6 +509,7 @@ typedef uint64 BPN; #define BPN_2_UINT64(b) ((uint64)(b)) typedef uint32 PageCnt; +typedef uint64 PgCnt64; typedef uint32 PageNum; typedef unsigned MemHandle; typedef unsigned int IoHandle;