From: John Wolfe Date: Tue, 12 Jul 2022 16:56:01 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c136b5a3cddb077b5c39d933141e30d4c2c129;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 75ae69b26..ff98a97e9 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -512,12 +512,9 @@ typedef uint64 PhysMemOff; typedef uint64 PhysMemSize; typedef uint64 BA; -#ifdef VMKERNEL -typedef void *BPN; -#else typedef uint64 BPN; -#endif +/* To be removed in next changeset (PR2928811) */ #define UINT64_2_BPN(u) ((BPN)(u)) #define BPN_2_UINT64(b) ((uint64)(b))