diff options
| author | Dan Nicolaescu | 2010-10-04 10:22:57 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-10-04 10:22:57 -0700 |
| commit | 3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa (patch) | |
| tree | 13597dfdaff9729ca7cbf0165c0c166c6a31a36c /src/alloc.c | |
| parent | 8028ed5c1cf7a67264689790a6f7160e86160486 (diff) | |
| download | emacs-3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa.tar.gz emacs-3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa.zip | |
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/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/alloc.c b/src/alloc.c index 0ab4f9f8f85..fa39c1ee5dc 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -66,9 +66,6 @@ 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" |