diff options
Diffstat (limited to 'testing/bvi/fix-implicit.patch')
-rw-r--r-- | testing/bvi/fix-implicit.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/bvi/fix-implicit.patch b/testing/bvi/fix-implicit.patch new file mode 100644 index 0000000000..e50cb604fb --- /dev/null +++ b/testing/bvi/fix-implicit.patch @@ -0,0 +1,12 @@ +diff -upr bvi-1.4.0.orig/comm.c bvi-1.4.0/comm.c +--- bvi-1.4.0.orig/comm.c 2016-07-25 10:04:18.054650413 +0200 ++++ bvi-1.4.0/comm.c 2016-07-25 10:04:29.471264368 +0200 +@@ -87,7 +87,7 @@ extern int numfiles, curfile; + extern int errno; + + static char oldbuf[CMDSZ]; /** for :!! command **/ +- ++int save_chk(char *fname, char *start, char *end, int flags); + + /* + * docmdline() - handle a colon command |