From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:31:40 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2013.09.16-1328054~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159e1ec4d24ca2e3b41f13c5f0976a1ecd1fb8b8;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index b97868381..4c87ca9e4 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -918,6 +918,7 @@ typedef void * UserVA; # define _SSIZE_T # define __ssize_t_defined # define _SSIZE_T_DECLARED +# define _SSIZE_T_DEFINED_ # ifdef VM_X86_64 typedef int64 ssize_t; # else @@ -927,6 +928,7 @@ typedef void * UserVA; # define _SSIZE_T # define __ssize_t_defined # define _SSIZE_T_DECLARED +# define _SSIZE_T_DEFINED_ typedef int32 ssize_t; # endif # endif