From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10108170239.AA14605@clio.rice.edu> Subject: open.c change To: acottrel AT ihug DOT com DOT au (Andrew Cottrell) Date: Thu, 16 Aug 2001 21:39:11 -0500 (CDT) Cc: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii), djgpp-workers AT delorie DOT com In-Reply-To: <001d01c12698$f64eac00$0a02a8c0@acceleron> from "Andrew Cottrell" at Aug 17, 2001 07:18:12 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I commited a change to ignore return code on truncate (0 byte writes) in open.c (revision 1.10). I believe that most of these would have been fixed by the SFN opens in _open, but the key word is "most", not all, so I went ahead and made the change. This mirrors what Andrew has been running for quite some time.