diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2009-04-16 11:47:21 +0200 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2009-04-16 11:47:21 +0200 |
commit | fc35ded3f4dc639c90a775abc9f7592954662014 (patch) | |
tree | 819b0e4175769ea12f424efbcee2ec2baf912a39 /cmd-line-utils | |
parent | 8de80ef1b43bada69feda9fdbad95568270627bf (diff) | |
parent | 4387f01efd08e6a7475d49c89b20a34f1f39dc24 (diff) | |
download | mariadb-git-fc35ded3f4dc639c90a775abc9f7592954662014.tar.gz |
Merge from 5.0-bugteam
Diffstat (limited to 'cmd-line-utils')
-rw-r--r-- | cmd-line-utils/libedit/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-line-utils/libedit/term.c b/cmd-line-utils/libedit/term.c index 488c760da14..2f1aefa7117 100644 --- a/cmd-line-utils/libedit/term.c +++ b/cmd-line-utils/libedit/term.c @@ -61,7 +61,7 @@ static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95"; #ifdef HAVE_NCURSES_H #include <ncurses.h> #endif -/* Solaris's term.h does horrid things. */ +/* Don't use Solaris's term.h. */ #if (defined(HAVE_TERM_H) && !defined(__SunOS)) #include <term.h> #endif |