diff options
| author | Dan Nicolaescu | 2010-11-13 14:17:22 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-13 14:17:22 -0800 |
| commit | ff2e8052fda9c0710e0b9088080e6e351c02e338 (patch) | |
| tree | 80c84db05e02c64fe1324502d73847c898f246b6 /src/ChangeLog | |
| parent | 53260a945a9bb0e2fbe7f9b668f1e0bf633620f3 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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 | ||
| 5 | 2010-11-13 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2010-11-13 Jan Djärv <jan.h.d@swipnet.se> |