Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2000 15:34:27 -0700
From:      "Andrey A. Chernov" <ache@freebsd.org>
To:        Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Cc:        freebsd-hackers@freebsd.org, Peter Wemm <peter@freebsd.org>, Wei Dai <weidai@eskimo.com>
Subject:   Re: -STABLE (was: ncurses.h and #define trace _nc_trace)
Message-ID:  <20000604153427.A56033@freebsd.org>
In-Reply-To: <Pine.BSF.4.21.0006031840080.77834-100000@deneb.dbai.tuwien.ac.at>; from pfeifer@dbai.tuwien.ac.at on Sat, Jun 03, 2000 at 07:10:56PM %2B0200
References:  <20000526073056.A12504@freebsd.org> <Pine.BSF.4.21.0006031840080.77834-100000@deneb.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 03, 2000 at 07:10:56PM +0200, Gerald Pfeifer wrote:
> However you do it, please fix this ASAP, and be it by reverting the

Ask Peter to commit this patch at least...

--- include/curses.h.in.bak	Wed May 24 14:44:45 2000
+++ include/curses.h.in	Mon Jun  5 02:28:33 2000
@@ -1313,8 +1313,7 @@
 extern char *_tracechtype(chtype);
 extern char *_tracechtype2(int, chtype);
 extern char *_tracemouse(const MEVENT *);
-#define trace _nc_trace
-extern void trace(const unsigned int);
+extern void _nc_trace(const unsigned int);
 
 /* trace masks */
 #define TRACE_DISABLE	0x0000	/* turn off tracing */

-- 
Andrey A. Chernov
<ache@nagual.pp.ru>
http://ache.pp.ru/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000604153427.A56033>