comparison src/alloc.c @ 110758:2b72330aa98a

Remove O_RDONLY, O_WRONLY definitions, not needed. * src/unexcoff.c: * src/lread.c: * src/fileio.c: * src/doc.c: * src/callproc.c: * src/alloc.c: * src/termcap.c: Remove O_RDONLY O_WRONLY definitions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 04 Oct 2010 10:22:57 -0700
parents 72f46bad930c
children e06fc3baed8c
comparison
equal deleted inserted replaced
110757:d3001fd75795 110758:2b72330aa98a
64 #else 64 #else
65 extern POINTER_TYPE *sbrk (); 65 extern POINTER_TYPE *sbrk ();
66 #endif 66 #endif
67 67
68 #include <fcntl.h> 68 #include <fcntl.h>
69 #ifndef O_WRONLY
70 #define O_WRONLY 1
71 #endif
72 69
73 #ifdef WINDOWSNT 70 #ifdef WINDOWSNT
74 #include "w32.h" 71 #include "w32.h"
75 #endif 72 #endif
76 73