From: Kruti Pendharkar Date: Wed, 8 Jan 2025 06:05:51 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.0.0~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76f6e5c391002e43b2c020b9ed4e970ee0174ccc;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_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 6bd4d7fb3..71760b2f1 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -405,6 +405,7 @@ extern "C" { GOKM("amazonlinux2-64", amazonlinux2_64Guest, TRUE) \ GOKM("amazonlinux3-64", amazonlinux3_64Guest, TRUE) \ GOKM("almalinux-64", almalinux_64Guest, TRUE) \ + GOKM("fusionos-64", fusionos_64Guest, TRUE) \ GOKM("rockylinux-64", rockylinux_64Guest, TRUE) \ GOKM("prolinux-64", prolinux_64Guest, TRUE) \ GOKM("kylinlinux-64", kylinlinux_64Guest, TRUE) \