comparison src/emacs.c @ 107722:98f7a4103e8e

Clean up BSD_SYSTEM use. * xterm.c: * process.c: * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard for including <sys/ioctl.h>. * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this code is only used for MSDOS.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 31 Mar 2010 13:39:03 -0700
parents 6856772abdfe
children 84b961690802
comparison
equal deleted inserted replaced
107721:9b2eadc063cc 107722:98f7a4103e8e
30 30
31 #ifdef HAVE_UNISTD_H 31 #ifdef HAVE_UNISTD_H
32 #include <unistd.h> 32 #include <unistd.h>
33 #endif 33 #endif
34 34
35 #ifdef BSD_SYSTEM 35 #ifdef HAVE_SYS_IOCTL_H
36 #include <sys/ioctl.h> 36 #include <sys/ioctl.h>
37 #endif 37 #endif
38 38
39 #ifdef WINDOWSNT 39 #ifdef WINDOWSNT
40 #include <fcntl.h> 40 #include <fcntl.h>