summaryrefslogtreecommitdiff
path: root/devel/ald/patches/patch-ah
blob: 9529a2faf72a7000339db51359bdc0b9b108d3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ah,v 1.1.1.1 2002/04/22 11:51:50 agc Exp $

--- ./source/terminal.c.orig	Wed Apr 17 08:40:22 2002
+++ ./source/terminal.c
@@ -18,14 +18,8 @@
 #include <assert.h>
 #include <errno.h>
 #include <string.h>
-
-#ifdef HAVE_CURSES_H
 #include <curses.h>
-#endif
-
-#ifdef HAVE_TERM_H
-#include <term.h>
-#endif
+/*#include <term.h>*/
 
 #include "misc.h"
 #include "print.h"