From: John Wolfe Date: Mon, 19 Apr 2021 18:08:10 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50a9a23dd3abda3df63f96433821a79f74742bd1;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. Add new definition for darwin22-64 (macOS 13) --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 900032e0e..35fa9f110 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -386,6 +386,7 @@ extern "C" { GOKM("darwin19-64", darwin19_64Guest, TRUE) \ GOKM("darwin20-64", darwin20_64Guest, TRUE) \ GOKM("darwin21-64", darwin21_64Guest, TRUE) \ + GOKM("darwin22-64", darwin22_64Guest, TRUE) \ /* ESX guests */ \ GOKM("vmkernel", vmkernelGuest, TRUE) \ GOKM("vmkernel5", vmkernel5Guest, TRUE) \