diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2009-04-16 11:40:51 +0200 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2009-04-16 11:40:51 +0200 |
commit | 4387f01efd08e6a7475d49c89b20a34f1f39dc24 (patch) | |
tree | 5a7bb6d8029784dd3ac8573d6651c14395ee70bc /cmd-line-utils | |
parent | 04ee3f2ffac9936999b4c1d2bcd1050c4da0d1cf (diff) | |
download | mariadb-git-4387f01efd08e6a7475d49c89b20a34f1f39dc24.tar.gz |
Bug#42430 Final commit to 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 |