comparison src/ChangeLog @ 111533:a702e5199b83

Fix compilation on Solaris. * src/sysdep.c: Do not #include <term.h>. (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 13 Nov 2010 14:17:22 -0800
parents a60f425ba1b5
children e9570ce66184
comparison
equal deleted inserted replaced
111532:a60f425ba1b5 111533:a702e5199b83
1 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
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)
2 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>
6 11