aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-20 15:44:38 -0700
committerDan Nicolaescu2010-08-20 15:44:38 -0700
commitf5817d1cb513506a25320349f8ef967c23187753 (patch)
treeb54055c26a1b0cb703e487cfa0399f7a2a757a33 /src/ChangeLog
parentd931da8c2a41b5edab90024897f7a83e4ac6940b (diff)
downloademacs-f5817d1cb513506a25320349f8ef967c23187753.tar.gz
emacs-f5817d1cb513506a25320349f8ef967c23187753.zip
* src/term.c: Do not include <termios.h>, systty.h does it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 19846016072..2c51aeb6ce7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-08-20 Dan Nicolaescu <dann@ics.uci.edu> 12010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * term.c: Do not include <termios.h>, systty.h does it.
4
3 * s/unixware.h (HAVE_TCATTR): 5 * s/unixware.h (HAVE_TCATTR):
4 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed. 6 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
5 systty.h defines it when HAVE_TERMIOS is defined. 7 systty.h defines it when HAVE_TERMIOS is defined.