]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:59 +0000 (11:52 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:59 +0000 (11:52 -0700)
open-vm-tools/lib/include/guest_os.h

index 3f833019fb021b04a84f0d8360667c6975678482..f5317b42a851167c3a829143dac80f135acdf460 100644 (file)
@@ -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)