From a99cef72a371a9f4ab58bfefd53043b80f764ce6 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 18 Jul 2013 12:07:24 +0000 Subject: Add termios.h formerly included by unistd.h. --- editors/beav/distinfo | 4 ++-- editors/beav/patches/patch-ab | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'editors/beav') diff --git a/editors/beav/distinfo b/editors/beav/distinfo index 800339f36a9..048f3ac6449 100644 --- a/editors/beav/distinfo +++ b/editors/beav/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2008/06/20 01:09:17 joerg Exp $ +$NetBSD: distinfo,v 1.9 2013/07/18 12:07:24 joerg Exp $ SHA1 (beav_1.40-18.diff.gz) = 9cd82a3b8de391e1f001d241be1c2c3fadb3efb9 RMD160 (beav_1.40-18.diff.gz) = 0e7b19fdc7ea16e1e24e8302d81dfb247e947603 @@ -7,7 +7,7 @@ SHA1 (beav_1.40.orig.tar.gz) = c610a0c3581c681c26726c8e1e19bf7e38ca8a6a RMD160 (beav_1.40.orig.tar.gz) = 621df359860a8ec9205413520961d4366b1ad8ea Size (beav_1.40.orig.tar.gz) = 128103 bytes SHA1 (patch-aa) = 59a2043fa5da8c326dc0732701b3377ed7422a44 -SHA1 (patch-ab) = 629db527f0718de30bdc67cb8387c4488d9f9437 +SHA1 (patch-ab) = 7cb7c7712ed6942ba90a3555879da9eaf894dc72 SHA1 (patch-ac) = 6c575aa6e69fc4281956310176c12a086c6ae400 SHA1 (patch-ad) = 4cb29fa7dab5d5fc7ccff1dff090b189146e32c8 SHA1 (patch-ae) = 9377308aac390dd0130df3fd970f56e2e4826398 diff --git a/editors/beav/patches/patch-ab b/editors/beav/patches/patch-ab index 5ea31b65363..31fc5dd7a3e 100644 --- a/editors/beav/patches/patch-ab +++ b/editors/beav/patches/patch-ab @@ -1,13 +1,14 @@ -$NetBSD: patch-ab,v 1.4 2007/12/16 15:53:44 yyamano Exp $ +$NetBSD: patch-ab,v 1.5 2013/07/18 12:07:24 joerg Exp $ ---- termio.c.orig 2007-12-17 00:49:07.000000000 +0900 +--- termio.c.orig 2013-07-17 14:36:18.000000000 +0000 +++ termio.c -@@ -14,6 +14,9 @@ +@@ -14,6 +14,10 @@ #include #ifdef BSD #include +#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__) +#include ++#include +#endif #else #ifdef OS2 -- cgit v1.2.3