From: Oliver Kurth Date: Fri, 2 Nov 2018 22:28:26 +0000 (-0700) Subject: Common header file change. X-Git-Tag: stable-11.0.0~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cdfdb0a97af51bf84f0e424b595fab98afd6f17;p=thirdparty%2Fopen-vm-tools.git Common header file change. Remove macro definitions of MAX_OS_NAME_LEN and MAX_OS_FULLNAME_LEN from lib/misc/hostinfoInt.h --- diff --git a/open-vm-tools/lib/misc/hostinfoInt.h b/open-vm-tools/lib/misc/hostinfoInt.h index f991ea870..3c77e5d0e 100644 --- a/open-vm-tools/lib/misc/hostinfoInt.h +++ b/open-vm-tools/lib/misc/hostinfoInt.h @@ -25,10 +25,7 @@ #ifndef _HOSTINFOINT_H_ #define _HOSTINFOINT_H_ -#define MAX_OS_NAME_LEN 128 -#define MAX_OS_FULLNAME_LEN 512 #define MAX_DETAILED_FIELD_LEN 1024 - #define DETAILED_DATA_DELIMITER " "