aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-13 14:17:22 -0800
committerDan Nicolaescu2010-11-13 14:17:22 -0800
commitff2e8052fda9c0710e0b9088080e6e351c02e338 (patch)
tree80c84db05e02c64fe1324502d73847c898f246b6 /src/ChangeLog
parent53260a945a9bb0e2fbe7f9b668f1e0bf633620f3 (diff)
downloademacs-ff2e8052fda9c0710e0b9088080e6e351c02e338.tar.gz
emacs-ff2e8052fda9c0710e0b9088080e6e351c02e338.zip
Fix compilation on Solaris.
* src/sysdep.c: Do not #include <term.h>. (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a7c27637e3..26a6c4c5b83 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12010-11-13 Dan Nicolaescu <dann@ics.uci.edu> 12010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Fix compilation on Solaris.
4
5 * sysdep.c: Do not #include <term.h>.
6 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
7
3 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore. 8 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
4 9
52010-11-13 Jan Djärv <jan.h.d@swipnet.se> 102010-11-13 Jan Djärv <jan.h.d@swipnet.se>