aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/include/curses.h.in
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-24 10:44:45 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-24 10:44:45 +0000
commit6b9085fd58b7602b14be0cd2059285baa764a7ee (patch)
treefdceab13840fe4133003a1a7a582be4ceb304398 /contrib/ncurses/include/curses.h.in
parent1759abf3ae1a38b7578df7996346544b66e508ad (diff)
downloadsrc-6b9085fd58b7602b14be0cd2059285baa764a7ee.tar.gz
src-6b9085fd58b7602b14be0cd2059285baa764a7ee.zip
Bring in the fix for the trace/_nc_trace issue, without breaking the
vendor branching. The author has fixed this also so we can do this safely.
Notes
Notes: svn path=/vendor/ncurses/dist/; revision=60867
Diffstat (limited to 'contrib/ncurses/include/curses.h.in')
-rw-r--r--contrib/ncurses/include/curses.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ncurses/include/curses.h.in b/contrib/ncurses/include/curses.h.in
index 4f300b0b9aed..3e52e40564ed 100644
--- a/contrib/ncurses/include/curses.h.in
+++ b/contrib/ncurses/include/curses.h.in
@@ -1313,6 +1313,7 @@ extern char *_tracechar(const unsigned char);
extern char *_tracechtype(chtype);
extern char *_tracechtype2(int, chtype);
extern char *_tracemouse(const MEVENT *);
+#define trace _nc_trace
extern void trace(const unsigned int);
/* trace masks */