aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-08-19 06:25:25 +0000
committerJim Blandy1992-08-19 06:25:25 +0000
commitb0b97e8b3e789a8cbff859cb8f57554f0f361f5e (patch)
treeffa24fda7cb0fd1c821b6ba65326e9e7659da8bf /src
parent851c12057f753c7937643fc84c1dcdf7e7fecd07 (diff)
downloademacs-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.c4
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