summaryrefslogtreecommitdiff
path: root/cmd-line-utils
diff options
context:
space:
mode:
authorStaale Smedseng <staale.smedseng@sun.com>2009-04-16 11:40:51 +0200
committerStaale Smedseng <staale.smedseng@sun.com>2009-04-16 11:40:51 +0200
commit4387f01efd08e6a7475d49c89b20a34f1f39dc24 (patch)
tree5a7bb6d8029784dd3ac8573d6651c14395ee70bc /cmd-line-utils
parent04ee3f2ffac9936999b4c1d2bcd1050c4da0d1cf (diff)
downloadmariadb-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.c2
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