From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:32 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9863b19f32c20a6ca38cdb6244ef48e5f51dcc2;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index f65e9ba78..701d1e718 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -204,7 +204,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); BS(DARWIN13_64), BS(DARWIN14_64), \ BS(DARWIN15_64), BS(DARWIN16_64), \ BS(DARWIN17_64), BS(DARWIN18_64), \ - BS(DARWIN19_64) + BS(DARWIN19_64), BS(DARWIN20_64) #define ALLDARWIN ALLDARWIN32, ALLDARWIN64 #define ALL64 ALLWIN64, ALLLINUX64, \ diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index b760c837c..7a75738d7 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -102,6 +102,7 @@ extern "C" { GOT(GUEST_OS_DARWIN17_64) /* Mac OS 10.13 */ \ GOT(GUEST_OS_DARWIN18_64) /* Mac OS 10.14 */ \ GOT(GUEST_OS_DARWIN19_64) /* Mac OS 10.15 */ \ + GOT(GUEST_OS_DARWIN20_64) /* Mac OS 10.16 */ \ GOT(GUEST_OS_OPENSERVER_5_AND_6) \ GOT(GUEST_OS_UNIXWARE7) \ GOT(GUEST_OS_NETWARE4) \