2001-02-28 11:26:02 +01:00
|
|
|
$NetBSD: patch-aa,v 1.2 2001/02/28 10:26:02 wiz Exp $
|
2001-02-07 17:02:06 +01:00
|
|
|
--- 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. */
|