From: Kruti Pendharkar Date: Wed, 8 Jan 2025 06:05:50 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.0.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263c766653f875b288e749267a537289e42f3fd6;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 c08d088d1..6bd4d7fb3 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -406,7 +406,8 @@ extern "C" { GOKM("amazonlinux3-64", amazonlinux3_64Guest, TRUE) \ GOKM("almalinux-64", almalinux_64Guest, TRUE) \ GOKM("rockylinux-64", rockylinux_64Guest, TRUE) \ - GOKM("prolinux-64", prolinux_64Guest, TRUE) \ + GOKM("prolinux-64", prolinux_64Guest, TRUE) \ + GOKM("kylinlinux-64", kylinlinux_64Guest, TRUE) \ GOKM("CRXPod1-64", crxPod1Guest, TRUE) \ GOKM("CRXSys1-64", crxSys1Guest, TRUE) \ /* Netware guests */ \