diff options
Diffstat (limited to 'editors/bvi/patches')
-rw-r--r-- | editors/bvi/patches/patch-bm__unix.c (renamed from editors/bvi/patches/patch-ab) | 10 | ||||
-rw-r--r-- | editors/bvi/patches/patch-comm.c (renamed from editors/bvi/patches/patch-aa) | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/editors/bvi/patches/patch-ab b/editors/bvi/patches/patch-bm__unix.c index 7ca125fa115..83bcd3ac471 100644 --- a/editors/bvi/patches/patch-ab +++ b/editors/bvi/patches/patch-bm__unix.c @@ -1,8 +1,10 @@ -$NetBSD: patch-ab,v 1.1 2005/12/09 13:47:58 joerg Exp $ +$NetBSD: patch-bm__unix.c,v 1.1 2016/06/19 16:55:28 tsutsui Exp $ ---- bm_unix.c.orig 2005-12-09 13:38:29.000000000 +0000 +- use <errno.h> for errno. + +--- bm_unix.c.orig 2013-08-25 18:59:33.000000000 +0000 +++ bm_unix.c -@@ -25,6 +25,7 @@ +@@ -27,6 +27,7 @@ #include "bmore.h" @@ -10,7 +12,7 @@ $NetBSD: patch-ab,v 1.1 2005/12/09 13:47:58 joerg Exp $ #include <termios.h> #define TBUFSIZ 1024 -@@ -257,7 +258,6 @@ int +@@ -260,7 +261,6 @@ int vgetc() { char cha; diff --git a/editors/bvi/patches/patch-aa b/editors/bvi/patches/patch-comm.c index 0cf5348be36..3a29e3d5973 100644 --- a/editors/bvi/patches/patch-aa +++ b/editors/bvi/patches/patch-comm.c @@ -1,8 +1,10 @@ -$NetBSD: patch-aa,v 1.3 2005/12/09 13:47:58 joerg Exp $ +$NetBSD: patch-comm.c,v 1.1 2016/06/19 16:55:28 tsutsui Exp $ ---- comm.c.orig 2005-12-09 13:37:50.000000000 +0000 +- use <errno.h> for errno. + +--- comm.c.orig 2014-01-29 14:54:53.000000000 +0000 +++ comm.c -@@ -32,6 +32,8 @@ +@@ -35,6 +35,8 @@ #include "bvi.h" #include "set.h" @@ -11,7 +13,7 @@ $NetBSD: patch-aa,v 1.3 2005/12/09 13:47:58 joerg Exp $ #ifdef HAVE_UNISTD_H # include <unistd.h> #endif -@@ -81,7 +83,6 @@ PTR end_addr; +@@ -84,7 +86,6 @@ PTR end_addr; extern char *name; /* actual filename */ extern char **files; /* used for "next" and "rewind" */ extern int numfiles, curfile; |