From: VMware, Inc <> Date: Tue, 13 Mar 2012 20:11:46 +0000 (-0700) Subject: GOS table: add darwin12 X-Git-Tag: 2012.03.13-651368~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d178ace6bf01b0318f473c8da3632fa734fe236;p=thirdparty%2Fopen-vm-tools.git GOS table: add darwin12 We don't know of any reason why darwin12 will require support different than darwin11 so for now, implement it as an alias Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index b593e4abc..691310f6b 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -222,6 +222,8 @@ GOSL(STR_OS_MACOS "10-64", GUEST_OS_DARWIN10_64) \ GOSL(STR_OS_MACOS "11", GUEST_OS_DARWIN11) \ GOSL(STR_OS_MACOS "11-64", GUEST_OS_DARWIN11_64) \ + GOSL(STR_OS_MACOS "12", GUEST_OS_DARWIN11) \ + GOSL(STR_OS_MACOS "12-64", GUEST_OS_DARWIN11_64) \ GOSL("other", GUEST_OS_OTHER) \ GOSL("other-64", GUEST_OS_OTHER_64) \ GOSL("vmkernel", GUEST_OS_VMKERNEL) \