diff 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
line wrap: on
line diff
--- a/src/alloc.c	Mon Oct 04 13:17:48 2010 +0000
+++ b/src/alloc.c	Mon Oct 04 10:22:57 2010 -0700
@@ -66,9 +66,6 @@
 #endif
 
 #include <fcntl.h>
-#ifndef O_WRONLY
-#define O_WRONLY 1
-#endif
 
 #ifdef WINDOWSNT
 #include "w32.h"