summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'wm/olvwm/patches/patch-ag')
-rw-r--r--wm/olvwm/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-ag b/wm/olvwm/patches/patch-ag
new file mode 100644
index 00000000000..df7689fd5df
--- /dev/null
+++ b/wm/olvwm/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+--- st.c.orig Sat Jan 8 00:34:44 2000
++++ st.c Sat Jan 8 00:35:22 2000
+@@ -44,6 +44,8 @@
+ (table->hash == ST_NUMHASH) ? ((int) (key) % table->num_bins) :\
+ (*table->hash)((key), table->num_bins))*/
+
++static rehash();
++
+ st_table *st_init_table_with_params(compare, hash, size, density, grow_factor,
+ reorder_flag)
+ int (*compare)();