summaryrefslogtreecommitdiff
path: root/editors/nvi/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi/patches/patch-av')
-rw-r--r--editors/nvi/patches/patch-av12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/nvi/patches/patch-av b/editors/nvi/patches/patch-av
new file mode 100644
index 00000000000..057f1349a21
--- /dev/null
+++ b/editors/nvi/patches/patch-av
@@ -0,0 +1,12 @@
+$NetBSD: patch-av,v 1.1 2009/08/07 16:39:21 lukem Exp $
+
+--- ../ex/extern.h.orig 2007-11-19 03:43:54.000000000 +1100
++++ ../ex/extern.h
+@@ -91,6 +91,7 @@ int re_compile __P((SCR *,
+ CHAR_T *, size_t, CHAR_T **, size_t *, regex_t *, u_int));
+ void re_error __P((SCR *, int, regex_t *));
+ int ex_tag_first __P((SCR *, CHAR_T *));
++int ex_rtag_push __P((SCR *, EXCMD *));
+ int ex_tag_push __P((SCR *, EXCMD *));
+ int ex_tag_next __P((SCR *, EXCMD *));
+ int ex_tag_prev __P((SCR *, EXCMD *));