From: Kruti Date: Fri, 3 May 2024 16:05:44 +0000 (-0700) Subject: Change to common source files not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48b6ac791d13313db4cb023b275bb6df90c565a;p=thirdparty%2Fopen-vm-tools.git Change to common source files 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 55040fda1..9215208d9 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -390,6 +390,8 @@ extern "C" { GOKM("other5xlinux-64", other5xLinux64Guest, TRUE) \ GOKM("other6xlinux", other6xLinuxGuest, TRUE) \ GOKM("other6xlinux-64", other6xLinux64Guest, TRUE) \ + GOKM("other7xlinux", other7xLinuxGuest, TRUE) \ + GOKM("other7xlinux-64", other7xLinux64Guest, TRUE) \ GOKM("linux", otherLinuxGuest, FALSE) \ GOKM("otherlinux", otherLinuxGuest, TRUE) \ GOKM("otherlinux-64", otherLinux64Guest, TRUE) \