summaryrefslogtreecommitdiff
path: root/src/unexcoff.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-10-04 10:22:57 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-10-04 10:22:57 -0700
commit3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa (patch)
tree13597dfdaff9729ca7cbf0165c0c166c6a31a36c /src/unexcoff.c
parent8028ed5c1cf7a67264689790a6f7160e86160486 (diff)
downloademacs-3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa.tar.gz
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.
Diffstat (limited to 'src/unexcoff.c')
-rw-r--r--src/unexcoff.c8
1 files changed, 0 insertions, 8 deletions
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 <sys/file.h>
-#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 */