From 745edc312704f07310b0992cdd4ea511b87f3a74 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 21 May 2003 20:43:00 +0000 Subject: (_start): Remove _fmode initialization. --- src/unexw32.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/unexw32.c') diff --git a/src/unexw32.c b/src/unexw32.c index 60cd9517027..ece35459d63 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -23,7 +23,6 @@ Boston, MA 02111-1307, USA. #include -#include /* _fmode */ #include #include #include @@ -112,10 +111,6 @@ _start (void) /* Grab our malloc arena space now, before CRT starts up. */ init_heap (); - /* The default behavior is to treat files as binary and patch up - text files appropriately, in accordance with the MSDOS code. */ - _fmode = O_BINARY; - /* This prevents ctrl-c's in shells running while we're suspended from having us exit. */ SetConsoleCtrlHandler ((PHANDLER_ROUTINE) ctrl_c_handler, TRUE); -- cgit v1.2.1