mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
* src/term.c: Do not include <termios.h>, systty.h does it.
This commit is contained in:
parent
d931da8c2a
commit
f5817d1cb5
@ -1,5 +1,7 @@
|
||||
2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* term.c: Do not include <termios.h>, systty.h does it.
|
||||
|
||||
* s/unixware.h (HAVE_TCATTR):
|
||||
* s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
|
||||
systty.h defines it when HAVE_TERMIOS is defined.
|
||||
|
@ -31,9 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_TERMIOS_H
|
||||
#include <termios.h> /* For TIOCNOTTY. */
|
||||
#endif
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user