]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Correct the guestFamily reported for RHEL 9.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 19 Nov 2021 19:40:50 +0000 (11:40 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 19 Nov 2021 19:40:50 +0000 (11:40 -0800)
RHEL 9 had not been added to the ALLLINUX macro.  This has been
corrected.

open-vm-tools/lib/include/guest_os.h

index a675a85d31a483b6eb622d5e3fc74bc1410d655a..f3a53fb4695aeb1e94f9fd450cac862b23aa9627 100644 (file)
@@ -218,7 +218,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
 
 #define ALL5XLINUX64          BS(OTHER5XLINUX_64), BS(OTHER5XLINUX_ARM_64), \
                               BS(DEBIAN_ARM_64),   BS(UBUNTU_ARM_64),       \
-                              BS(RHEL9_ARM_64)
+                              BS(RHEL9_64),        BS(RHEL9_ARM_64)
 
 #define ALL6XLINUX32          BS(OTHER6XLINUX)