]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source files not applicable to open-vm-tools.
authorKruti <kpendharkar@vmware.com>
Mon, 15 Jul 2024 09:56:37 +0000 (02:56 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 15 Jul 2024 09:56:37 +0000 (02:56 -0700)
open-vm-tools/lib/include/guest_os.h
open-vm-tools/lib/misc/hostinfoPosix.c

index 56317c8461e2fb74066af5a0cdf756c4a851d4b1..89ee3eb33479c06131b5a2e181edad37fc294183 100644 (file)
@@ -340,6 +340,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
 #define STR_OS_MANDRAKE           "mandrake"
 #define STR_OS_MANDRAKE_FULL      "Mandrake Linux"
 #define STR_OS_MANDRIVA           "mandriva"
+#define STR_OS_MIRACLE_LINUX      "miraclelinux"
 #define STR_OS_MKLINUX            "MkLinux"
 #define STR_OS_NOVELL             "nld"
 #define STR_OS_NOVELL_FULL        "Novell Linux Desktop 9"
index d8609805c4fff9631363bab77fe0f73e78e8d123..4e93a9b1e0d73177a87c15d395e67628af8357f6 100644 (file)
@@ -1422,7 +1422,7 @@ static const ShortNameSet shortNameArray[] = {
 { "linux-ppc",           STR_OS_LINUX_PPC,          HostinfoGenericSetShortName },
 { "mandrake",            STR_OS_MANDRAKE,           HostinfoGenericSetShortName },
 { "mandriva",            STR_OS_MANDRIVA,           HostinfoGenericSetShortName },
-{ "miracle linux",       NULL,                      HostinfoSetAsianuxShortName },
+{ "miracle linux",       STR_OS_MIRACLE_LINUX,      HostinfoGenericSetShortName },
 { "mklinux",             STR_OS_MKLINUX,            HostinfoGenericSetShortName },
 { "opensuse",            STR_OS_OPENSUSE,           HostinfoGenericSetShortName },
 { "oracle",              NULL,                      HostinfoSetOracleShortName  },