]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 27 Oct 2011 18:36:14 +0000 (11:36 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:36:14 +0000 (11:36 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/file/fileIOPosix.c

index a650b87cb4ed63de9f649ea65f18761e44667b7b..b01e8e901ce981b17eaf47b2036376142da6bbdf 100644 (file)
@@ -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