1
0
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:
Dan Nicolaescu 2010-08-20 15:44:38 -07:00
parent d931da8c2a
commit f5817d1cb5
2 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -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