diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-12 12:00:56 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-14 16:04:49 +0200 |
commit | e60710a72dad14b58e87f77e0e58160ad31ee5fc (patch) | |
tree | ae0b1781743c8d8594bf47ed0e16d24d2357ef12 /main/bvi/fix-implicit.patch | |
parent | 38acb0cb9c34df539f999938ce552d7b158f926a (diff) | |
download | aports-e60710a72dad14b58e87f77e0e58160ad31ee5fc.tar.bz2 aports-e60710a72dad14b58e87f77e0e58160ad31ee5fc.tar.xz |
main/bvi: move from testing/
Diffstat (limited to 'main/bvi/fix-implicit.patch')
-rw-r--r-- | main/bvi/fix-implicit.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/bvi/fix-implicit.patch b/main/bvi/fix-implicit.patch new file mode 100644 index 0000000000..e50cb604fb --- /dev/null +++ b/main/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 |