From: Oliver Kurth Date: Tue, 24 Apr 2018 00:08:15 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad97e4a7c756b3b297e0fe9e68a1a4674c4fdcc;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 2db48ad44..27ab86700 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -511,6 +511,7 @@ typedef uint64 BPN; typedef uint32 PageCnt; typedef uint64 PgCnt64; typedef uint32 PageNum; +typedef uint64 PgNum64; typedef unsigned MemHandle; typedef unsigned int IoHandle; typedef int32 World_ID;