summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'wm/olvwm/patches/patch-ah')
-rw-r--r--wm/olvwm/patches/patch-ah24
1 files changed, 24 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-ah b/wm/olvwm/patches/patch-ah
new file mode 100644
index 00000000000..e7efe598e1d
--- /dev/null
+++ b/wm/olvwm/patches/patch-ah
@@ -0,0 +1,24 @@
+$NetBSD: patch-ah,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+--- virtual.c.orig Sat Jan 8 00:36:29 2000
++++ virtual.c Sat Jan 8 00:37:54 2000
+@@ -69,6 +69,9 @@
+
+ extern char *ExpandPath();
+
++static int rexMatch();
++static int rexInit();
++
+ /*
+ * Semantic action associated with each of the buttons above. These must
+ * be in the same order as the button array; it would be better if the Button
+@@ -2108,7 +2111,9 @@
+ }
+ }
+
++#ifndef REGEXP
+ static char expbuf[256];
++#endif
+
+ static
+ rexMatch(string)