aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/glimpse/files/patch-index__region.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/glimpse/files/patch-index__region.c')
-rw-r--r--textproc/glimpse/files/patch-index__region.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/glimpse/files/patch-index__region.c b/textproc/glimpse/files/patch-index__region.c
new file mode 100644
index 000000000000..c11d86c174d4
--- /dev/null
+++ b/textproc/glimpse/files/patch-index__region.c
@@ -0,0 +1,11 @@
+--- ./index/region.c.orig 1999-03-02 07:38:34.000000000 +0000
++++ ./index/region.c 2014-01-27 21:40:18.000000000 +0000
+@@ -168,7 +168,7 @@
+ }
+
+ /* Looks for embedded attributes and copies the real attribute into dest */
+-attr_extract(dest, src)
++void attr_extract(dest, src)
+ char *dest, *src;
+ {
+ char *oldsrc = src;