From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:44 +0000 (-0700) Subject: Enable recognition of darwin20_64 (macOS 10.16) and darwin21_64 (macOS 10.17). X-Git-Tag: stable-11.2.0~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40ebc8d757924b08af60956e290e7957274a14c;p=thirdparty%2Fopen-vm-tools.git Enable recognition of darwin20_64 (macOS 10.16) and darwin21_64 (macOS 10.17). --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 3191681f3..bc6a56fda 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -355,6 +355,8 @@ extern "C" { GOKM("darwin17-64", darwin17_64Guest, TRUE) \ GOKM("darwin18-64", darwin18_64Guest, TRUE) \ GOKM("darwin19-64", darwin19_64Guest, TRUE) \ + GOKM("darwin20-64", darwin20_64Guest, TRUE) \ + GOKM("darwin21-64", darwin21_64Guest, TRUE) \ /* ESX guests */ \ GOKM("vmkernel", vmkernelGuest, TRUE) \ GOKM("vmkernel5", vmkernel5Guest, TRUE) \