summaryrefslogtreecommitdiff
path: root/contrib/ncurses
diff options
context:
space:
mode:
authorLuoqi Chen <luoqi@FreeBSD.org>1999-09-03 17:56:05 +0000
committerLuoqi Chen <luoqi@FreeBSD.org>1999-09-03 17:56:05 +0000
commit77b3485b11cbb20746eb4d9e9d4275cd68b0bbb7 (patch)
tree2c7bda125ac93a95982a77646882877aae135789 /contrib/ncurses
parentd8a31f810f93644d27f06d7b3c18be610064e832 (diff)
downloadsrc-test2-77b3485b11cbb20746eb4d9e9d4275cd68b0bbb7.tar.gz
src-test2-77b3485b11cbb20746eb4d9e9d4275cd68b0bbb7.zip
Notes
Diffstat (limited to 'contrib/ncurses')
-rw-r--r--contrib/ncurses/ncurses/tinfo/lib_termcap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ncurses/ncurses/tinfo/lib_termcap.c b/contrib/ncurses/ncurses/tinfo/lib_termcap.c
index 36c3cec2caff..e26ca53f8c29 100644
--- a/contrib/ncurses/ncurses/tinfo/lib_termcap.c
+++ b/contrib/ncurses/ncurses/tinfo/lib_termcap.c
@@ -50,6 +50,8 @@ char *UP;
char *BC;
#ifdef FREEBSD_NATIVE
+#undef GCC_UNUSED
+#define GCC_UNUSED
extern char _nc_termcap[]; /* buffer to copy out */
#endif