pkgsrc/chat/gale/patches/patch-aa

16 lines
470 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.2 2001/02/28 10:26:02 wiz Exp $
--- lib/term.c.orig Wed Feb 7 10:32:09 2001
+++ lib/term.c Wed Feb 7 10:32:43 2001
@@ -10,9 +10,11 @@
#ifdef HAVE_CURSES_H
#define HAVE_CURSES
#include <curses.h>
+#if 0 /* XXX - conflict between ncurses' term.h and netbsd's curses.h */
#ifdef HAVE_TERM_H
#include <term.h>
#endif
+#endif /* XXX - conflict between ncurses' term.h and netbsd's curses.h */
#endif
/* This needs to be here for Solaris. */