emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexw32.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/unexw32.c
Date: Wed, 21 May 2003 16:43:00 -0400

Index: emacs/src/unexw32.c
diff -c emacs/src/unexw32.c:1.22 emacs/src/unexw32.c:1.23
*** emacs/src/unexw32.c:1.22    Tue Feb  4 09:03:13 2003
--- emacs/src/unexw32.c Wed May 21 16:43:00 2003
***************
*** 23,29 ****
  
  #include <config.h>
  
- #include <stdlib.h>   /* _fmode */
  #include <stdio.h>
  #include <fcntl.h>
  #include <time.h>
--- 23,28 ----
***************
*** 111,120 ****
  
    /* 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.  */
--- 110,115 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]