From: John Wolfe Date: Fri, 11 Dec 2020 03:34:56 +0000 (-0800) Subject: Update Mac OS related comments: 10.15->11, 10.16->12 X-Git-Tag: stable-11.3.0~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f55ff374583417645fcf22ceaad8dabbf049f1c;p=thirdparty%2Fopen-vm-tools.git Update Mac OS related comments: 10.15->11, 10.16->12 Apple changed their naming scheme. --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index ccfdee157..11d14b303 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -107,8 +107,8 @@ 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_DARWIN21_64) /* Mac OS 10.17 */ \ + GOT(GUEST_OS_DARWIN20_64) /* Mac OS 11 */ \ + GOT(GUEST_OS_DARWIN21_64) /* Mac OS 12 */ \ GOT(GUEST_OS_OPENSERVER_5_AND_6) \ GOT(GUEST_OS_UNIXWARE7) \ GOT(GUEST_OS_NETWARE4) \