From: John Wolfe Date: Tue, 21 Jul 2020 18:52:59 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffddcca7187adc043c82a24b5f15296fa6428c0;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly 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 3f833019f..f5317b42a 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -188,7 +188,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALL4XLINUX32 BS(OTHER4XLINUX) #define ALL4XLINUX64 BS(OTHER4XLINUX_64), BS(PHOTON_64), \ - BS(CENTOS8_64), BS(ORACLE8_64), \ + BS(CENTOS8_64), BS(CENTOS9_64), \ + BS(ORACLE8_64), BS(ORACLE9_64), \ BS(CRXSYS1_64), BS(CRXPOD1_64), \ BS(AMAZONLINUX2_64), BS(AMAZONLINUX3_64), \ BS(LINUX_MINT_64)