pkgsrc/editors/xwpe/patches/patch-ab
joerg 8cab449c34 Depend on ncurses to provide prototypes for tparm and tgoto.
At least the former creates a conflict between K&R style variable
arguments and ISO C style elipses.
2006-01-04 21:43:44 +00:00

13 lines
295 B
Text

$NetBSD: patch-ab,v 1.1 2006/01/04 21:43:44 joerg Exp $
--- we_debug.c.orig 2006-01-04 21:40:11.000000000 +0000
+++ we_debug.c
@@ -52,8 +52,6 @@ extern BUFFER *e_p_w_buffer;
extern char *att_no;
extern char *e_tmp_dir;
-char *tparm();
-char *tgoto();
#ifdef DEFTPUTS
int tputs();
#endif