summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/beav/patches/patch-ac')
-rw-r--r--editors/beav/patches/patch-ac40
1 files changed, 20 insertions, 20 deletions
diff --git a/editors/beav/patches/patch-ac b/editors/beav/patches/patch-ac
index 714daeea2fe..1d7f485032a 100644
--- a/editors/beav/patches/patch-ac
+++ b/editors/beav/patches/patch-ac
@@ -1,21 +1,21 @@
-$NetBSD: patch-ac,v 1.1 1998/12/20 21:12:58 bad Exp $
+$NetBSD: patch-ac,v 1.2 2007/11/25 12:15:53 wiz Exp $
-*** beav-140.orig/tcap.c Sat Jul 1 18:32:02 1995
---- tcap.c Sat Jul 1 18:24:29 1995
-***************
-*** 38,44 ****
-
- #ifdef BSD
- #include <sys/ioctl.h>
-! struct winsize ttysize;
- #endif /* BSD */
- #ifdef ULTRIX
- struct winsize ttysize;
---- 38,44 ----
-
- #ifdef BSD
- #include <sys/ioctl.h>
-! struct ttysize ttysize;
- #endif /* BSD */
- #ifdef ULTRIX
- struct winsize ttysize;
+--- 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;