summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-ac
blob: 1d7f485032ab65da0671da561dfc017a496f741c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ac,v 1.2 2007/11/25 12:15:53 wiz Exp $

--- tcap.c.orig	2007-11-25 12:10:44.000000000 +0000
+++ tcap.c
@@ -2,7 +2,6 @@
 		for beav
 */
 
-#include <term.h>
 #include <stdlib.h>
 #include "def.h"
 #include "prototyp.h"
@@ -41,7 +40,7 @@ char *UP, PC, *CM, *CE, *CL, *SO, *SE, *
 
 #ifdef BSD
 #include <sys/ioctl.h>
-struct winsize ttysize;
+struct ttysize ttysize;
 #endif /* BSD */
 #ifdef ULTRIX
 struct winsize ttysize;