From: VMware, Inc <> Date: Thu, 27 Oct 2011 18:36:14 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.10.26-514583~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1873e35fa862b725a4a222ff2da5f56dbfecdb4;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/file/fileIOPosix.c b/open-vm-tools/lib/file/fileIOPosix.c index a650b87cb..b01e8e901 100644 --- a/open-vm-tools/lib/file/fileIOPosix.c +++ b/open-vm-tools/lib/file/fileIOPosix.c @@ -23,7 +23,7 @@ */ -#if !defined(VMX86_TOOLS) && !defined(__APPLE__) +#if !defined(VMX86_TOOLS) && !defined(__APPLE__) && !defined(sun) #define FILEIO_SUPPORT_ODIRECT #define _GNU_SOURCE #endif