Skip to content

Commit

Permalink
Change to common source files not applicable to open-vm-tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmwkruti1111 committed Jul 15, 2024
1 parent 5cb816d commit 879e7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions open-vm-tools/lib/include/guest_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
#define STR_OS_DEBIAN "debian"
#define STR_OS_FEDORA "Fedora"
#define STR_OS_FLATCAR "flatcar"
#define STR_OS_FUSION_OS "fusionos"
#define STR_OS_GENTOO "Gentoo"
#define STR_OS_IMMUNIX "Immunix"
#define STR_OS_LINUX "linux"
Expand Down
1 change: 1 addition & 0 deletions open-vm-tools/lib/misc/hostinfoPosix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,7 @@ static const ShortNameSet shortNameArray[] = {
{ "enterprise linux", NULL, HostinfoSetOracleShortName },
{ "fedora", STR_OS_FEDORA, HostinfoGenericSetShortName },
{ "flatcar", STR_OS_FLATCAR, HostinfoGenericSetShortName },
{ "fusionos", STR_OS_FUSION_OS, HostinfoGenericSetShortName },
{ "gentoo", STR_OS_GENTOO, HostinfoGenericSetShortName },
{ "immunix", STR_OS_IMMUNIX, HostinfoGenericSetShortName },
{ "linux-from-scratch", STR_OS_LINUX_FROM_SCRATCH, HostinfoGenericSetShortName },
Expand Down

0 comments on commit 879e7e7

Please sign in to comment.