From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:52 +0000 (-0700) Subject: Change to common header file that is not applicable to open-vm-tools. X-Git-Tag: stable-10.2.0~645 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e8e7ad263ea50e654daf0059bbc9848bc07777d;p=thirdparty%2Fopen-vm-tools.git Change to common header file that is not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vix.h b/open-vm-tools/lib/include/vix.h index bfb3f9e71..637dfcdf2 100644 --- a/open-vm-tools/lib/include/vix.h +++ b/open-vm-tools/lib/include/vix.h @@ -318,7 +318,7 @@ enum { VIX_E_TOOLS_INSTALL_INIT_FAILED = 21005, VIX_E_TOOLS_INSTALL_AUTO_NOT_SUPPORTED = 21006, VIX_E_TOOLS_INSTALL_GUEST_NOT_READY = 21007, - /* VIX_E_TOOLS_INSTALL_SIG_CHECK_FAILED = 21008, Removed in version 1.15.0 */ + VIX_E_TOOLS_INSTALL_SIG_CHECK_FAILED = 21008, VIX_E_TOOLS_INSTALL_ERROR = 21009, VIX_E_TOOLS_INSTALL_ALREADY_UP_TO_DATE = 21010, VIX_E_TOOLS_INSTALL_IN_PROGRESS = 21011,