summaryrefslogtreecommitdiff
path: root/chat/gale/patches/patch-aa
blob: 61e0509038c5c23aa9d5d5d0e7220dd5c0ce8266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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. */