From 6b9085fd58b7602b14be0cd2059285baa764a7ee Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 24 May 2000 10:44:45 +0000 Subject: 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. --- contrib/ncurses/ncurses/trace/lib_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ncurses/ncurses/trace/lib_trace.c') diff --git a/contrib/ncurses/ncurses/trace/lib_trace.c b/contrib/ncurses/ncurses/trace/lib_trace.c index aa4b887111a7..0f47e16e698f 100644 --- a/contrib/ncurses/ncurses/trace/lib_trace.c +++ b/contrib/ncurses/ncurses/trace/lib_trace.c @@ -54,7 +54,7 @@ long _nc_outchars; static FILE * tracefp; /* default to writing to stderr */ #endif -void trace(const unsigned int tracelevel GCC_UNUSED) +void _nc_trace(const unsigned int tracelevel GCC_UNUSED) { #ifdef TRACE static bool been_here = FALSE; -- cgit v1.2.3