From: Kruti Date: Tue, 27 Aug 2024 09:11:00 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41d772c7ea21442f447872f52ec2fb7bd92d98b3;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 9986ecadc..6af88c45d 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -271,7 +271,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); BS(DARWIN17_64), BS(DARWIN18_64), \ BS(DARWIN19_64), BS(DARWIN20_64), \ BS(DARWIN21_64), BS(DARWIN22_64), \ - BS(DARWIN23_64) + BS(DARWIN23_64), BS(DARWIN24_64) #define ALLDARWIN ALLDARWIN32, ALLDARWIN64 diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index f6b382750..3a3e1fc0b 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -145,6 +145,7 @@ extern "C" { GOT(GUEST_OS_DARWIN21_64) /* Mac OS 12 */ \ GOT(GUEST_OS_DARWIN22_64) /* Mac OS 13 */ \ GOT(GUEST_OS_DARWIN23_64) /* Mac OS 14 */ \ + GOT(GUEST_OS_DARWIN24_64) /* Mac OS 15 */ \ GOT(GUEST_OS_OPENSERVER_5_AND_6) \ GOT(GUEST_OS_UNIXWARE7) \ GOT(GUEST_OS_NETWARE4) \