From: Oliver Kurth Date: Thu, 30 Nov 2017 23:38:04 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4387fa58c21a0174a9cd6b053e565aea2c4870f;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/hostinfo.h b/open-vm-tools/lib/include/hostinfo.h index 10682d262..fcd346acd 100644 --- a/open-vm-tools/lib/include/hostinfo.h +++ b/open-vm-tools/lib/include/hostinfo.h @@ -93,6 +93,7 @@ enum { HOSTINFO_OS_VERSION_MACOS_10_10 = 14, HOSTINFO_OS_VERSION_MACOS_10_11 = 15, HOSTINFO_OS_VERSION_MACOS_10_12 = 16, + HOSTINFO_OS_VERSION_MACOS_10_13 = 17, }; int Hostinfo_OSVersion(unsigned int i);