summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches/patch-ao
blob: a57b96a5ed85b7cc5940e15db798c1c820667bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ao,v 1.3 2007/03/17 13:25:46 rillig Exp $

--- source/term.c.orig	2007-03-17 14:16:38.000000000 +0100
+++ source/term.c	2007-03-17 14:18:28.000000000 +0100
@@ -92,7 +92,10 @@ extern	int		tgetflag();
 #endif
 
 extern  char    *getenv();
+
+#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__NetBSD__)
 extern	char	*tparm();
+#endif
 
 /*
  * The old code assumed termcap. termcap is almost always present, but on