From: Oliver Kurth Date: Tue, 18 Dec 2018 21:19:45 +0000 (-0800) Subject: Common header file change, not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6297504ef9e139c68b65afe299136d041d690eeb;p=thirdparty%2Fopen-vm-tools.git Common header file change, not directly applicable to open-vm-tools. Add a new GOS definition for darwin19_64 (macOS 10.15) in HWV >= 17 --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index e69f5f424..f9044cfbe 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -341,6 +341,7 @@ extern "C" { GOKM("darwin16-64", darwin16_64Guest, TRUE) \ GOKM("darwin17-64", darwin17_64Guest, TRUE) \ GOKM("darwin18-64", darwin18_64Guest, TRUE) \ + GOKM("darwin19-64", darwin19_64Guest, TRUE) \ /* ESX guests */ \ GOKM("vmkernel", vmkernelGuest, TRUE) \ GOKM("vmkernel5", vmkernel5Guest, TRUE) \