summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-09-03 17:56:05 +0000
committerluoqi <luoqi@FreeBSD.org>1999-09-03 17:56:05 +0000
commite2743a028659685a35f3a1537104d6fb50a44692 (patch)
treeb56a6c437756cc57e184760c39e4dfb2655110f4 /contrib/ncurses
parentdfe06dcb7dab9702d70ebfc05107600f1cd2d1a4 (diff)
downloadFreeBSD-src-e2743a028659685a35f3a1537104d6fb50a44692.zip
FreeBSD-src-e2743a028659685a35f3a1537104d6fb50a44692.tar.gz
Remove GCC_UNUSED under FREEBSD_NATIVE option.
Requested by: ache
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 36c3cec..e26ca53 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
OpenPOWER on IntegriCloud