From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10109190520.AA17286@clio.rice.edu> Subject: More W2K fixes To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Wed, 19 Sep 2001 00:20:22 -0500 (CDT) 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 I've committed changes to utils/djtar/epunzip.c (remove O_EXCL x 2) after testing that the handle error went away on Win2K; and libc/ansi/stdio/freopen.c (make sure popen works) tested on make without the _creat patches; and libc/dos/io/_creat*.c (do the dup2 dance since I'm paranoid now) I don't think the last two are needed, but for one additional interrupt lets avoid finding more obscure bugs.