From: Oliver Kurth Date: Tue, 5 Jun 2018 22:47:35 +0000 (-0700) Subject: Common header files change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc46fff9904be54286947f4ce61c26f8118c3b33;p=thirdparty%2Fopen-vm-tools.git Common header files change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 985f2425d..66029459f 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -224,8 +224,9 @@ # define _SIZE_T typedef __SIZE_TYPE__ size_t; #endif -# if !defined(_SSIZE_T_DEFINED) +# if !defined(_SSIZE_T_DEFINED) && !defined(_SSIZE_T) # define _SSIZE_T_DEFINED +# define _SSIZE_T typedef int64_t ssize_t; # endif #elif defined(__linux__) && defined(__KERNEL__)