diff options
| author | Jim Blandy | 1992-08-19 06:25:25 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-19 06:25:25 +0000 |
| commit | b0b97e8b3e789a8cbff859cb8f57554f0f361f5e (patch) | |
| tree | ffa24fda7cb0fd1c821b6ba65326e9e7659da8bf /src | |
| parent | 851c12057f753c7937643fc84c1dcdf7e7fecd07 (diff) | |
| download | emacs-b0b97e8b3e789a8cbff859cb8f57554f0f361f5e.tar.gz emacs-b0b97e8b3e789a8cbff859cb8f57554f0f361f5e.zip | |
* emacs.c [USG5]: Don't #include <fcntl.h> for these systems.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c index 1b084734c5e..38e560194d5 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | #include <ssdef.h> | 31 | #include <ssdef.h> |
| 32 | #endif | 32 | #endif |
| 33 | 33 | ||
| 34 | #ifdef USG5 | ||
| 35 | #include <fcntl.h> | ||
| 36 | #endif | ||
| 37 | |||
| 38 | #ifdef BSD | 34 | #ifdef BSD |
| 39 | #include <sys/ioctl.h> | 35 | #include <sys/ioctl.h> |
| 40 | #endif | 36 | #endif |