From 3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 4 Oct 2010 10:22:57 -0700 Subject: 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. --- src/unexcoff.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/unexcoff.c') diff --git a/src/unexcoff.c b/src/unexcoff.c index 428382e4a3d..0c6af414d82 100644 --- a/src/unexcoff.c +++ b/src/unexcoff.c @@ -97,14 +97,6 @@ struct aouthdr #include -#ifndef O_RDONLY -#define O_RDONLY 0 -#endif -#ifndef O_RDWR -#define O_RDWR 2 -#endif - - extern char *start_of_data (void); /* Start of initialized data */ static long block_copy_start; /* Old executable start point */ -- cgit v1.2.1