summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/beav/patches/patch-ab')
-rw-r--r--editors/beav/patches/patch-ab17
1 files changed, 3 insertions, 14 deletions
diff --git a/editors/beav/patches/patch-ab b/editors/beav/patches/patch-ab
index 4cb19130321..d96a52bd652 100644
--- a/editors/beav/patches/patch-ab
+++ b/editors/beav/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2005/12/09 13:56:51 joerg Exp $
+$NetBSD: patch-ab,v 1.3 2007/11/25 12:15:53 wiz Exp $
---- termio.c.orig 1995-08-20 18:05:21.000000000 +0000
+--- termio.c.orig 2007-11-25 12:03:46.000000000 +0000
+++ termio.c
-@@ -12,6 +12,9 @@
+@@ -14,6 +14,9 @@
#include <signal.h>
#ifdef BSD
#include <sys/ioctl.h>
@@ -12,14 +12,3 @@ $NetBSD: patch-ab,v 1.2 2005/12/09 13:56:51 joerg Exp $
#else
#ifdef OS2
#ifndef __EMX__
-@@ -58,10 +61,6 @@ struct termio ntermio; /* charactoristi
- #endif /* OS2 */
- #endif /* BSD */
-
--#ifndef OS2
--extern errno; /* System error number -- Necessary when compiling in BSD 1.13 */
--#endif
--
- int nrow; /* Terminal size, rows. */
- int ncol; /* Terminal size, columns. */
-