components/sox/patches/5.oss.c.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 31 Jul 2014 12:01:39 -0700
branchs11-update
changeset 3243 1359280d9099
parent 239 f5dbfc736a65
permissions -rw-r--r--
19000542 tcsh represents garbled letters to standard error after installing SRU17.5 18590021 array name doesn't support multi-byte characters in tcsh

--- sox-14.3.0/src/oss.c	Wed Aug 19 16:15:08 2009
+++ sox-14.3.0/src/oss.c.new	Wed Aug 19 16:23:46 2009
@@ -190,8 +190,10 @@
         return (SOX_EOF);
     }
 
+#if !defined sun
     /* Change to non-buffered I/O */
     setvbuf(ft->fp, NULL, _IONBF, sizeof(char) * file->size);
+#endif
     return(SOX_SUCCESS);
 }