diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/callproc.c b/src/callproc.c index ee587605f7a..29e13bbc4a7 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -45,14 +45,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | #include <sys/param.h> | 45 | #include <sys/param.h> |
| 46 | #endif /* MSDOS */ | 46 | #endif /* MSDOS */ |
| 47 | 47 | ||
| 48 | #ifndef O_RDONLY | ||
| 49 | #define O_RDONLY 0 | ||
| 50 | #endif | ||
| 51 | |||
| 52 | #ifndef O_WRONLY | ||
| 53 | #define O_WRONLY 1 | ||
| 54 | #endif | ||
| 55 | |||
| 56 | #include "lisp.h" | 48 | #include "lisp.h" |
| 57 | #include "commands.h" | 49 | #include "commands.h" |
| 58 | #include "buffer.h" | 50 | #include "buffer.h" |