]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
GOS table: add darwin12
authorVMware, Inc <>
Tue, 13 Mar 2012 20:11:46 +0000 (13:11 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 14 Mar 2012 16:43:26 +0000 (09:43 -0700)
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 <dtor@vmware.com>
open-vm-tools/lib/include/guest_os_tables.h

index b593e4abc4905dda5d37b0f300745d815160cb3a..691310f6bb57a2c06fd4f82855bc30ff0becbfc6 100644 (file)
    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)             \