From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:22 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~495 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef4a932d92ed60976f065713b34d218174887cd;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 6969bc948..9cd1e85c1 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -530,6 +530,9 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); /* Solaris */ #define STR_OS_SOLARIS "solaris" +/* Netware */ +#define STR_OS_NETWARE "netware" + /* Mac OS */ #define STR_OS_MACOS "darwin"