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 | 3bea588ca1450f80d42da7b845073cbc7e677d31 (patch) | |
tree | 819b0e4175769ea12f424efbcee2ec2baf912a39 /cmd-line-utils | |
parent | c90a869c6b5a2ec80e6e917a862872b0d3a40a54 (diff) | |
parent | 9301da563fa9643648413aedc2eadce72097d317 (diff) | |
download | mariadb-git-3bea588ca1450f80d42da7b845073cbc7e677d31.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 |