aboutsummaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-terminfo::checktc.c
blob: d4ffb75cc0c1e0e67f52c531435639ee7d6900a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- terminfo/checktc.c.orig	Fri Sep 29 09:13:22 1995
+++ terminfo/checktc.c	Tue Apr 22 20:37:18 2003
@@ -171,6 +171,7 @@
   fflush(stdout);
 }
 
+#ifndef __FreeBSD__
 void CPutStr(s, c)
 char *s;
 int c;
@@ -178,6 +179,7 @@
   tputs(tgoto(s, 0, c), 1, putcha);
   fflush(stdout);
 }
+#endif /* __FreeBSD__ */
 
 void CCPutStr(s, x, y)
 char *s;