b48aa2febf
x11 here. Only changes are: `wm' in category added and some paths fixed.
13 lines
405 B
Text
13 lines
405 B
Text
$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)();
|