# HG changeset patch # User Jason Rumney # Date 1053549780 0 # Node ID ec1e9e347981e3a737b99e9d2b6f9a5aaf6cce92 # Parent 605e818cbe3030c9c0478cfb70ccba646749fed1 (_start): Remove _fmode initialization. diff -r 605e818cbe30 -r ec1e9e347981 src/unexw32.c --- a/src/unexw32.c Wed May 21 20:12:20 2003 +0000 +++ b/src/unexw32.c Wed May 21 20:43:00 2003 +0000 @@ -23,7 +23,6 @@ #include -#include /* _fmode */ #include #include #include @@ -112,10 +111,6 @@ /* 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);