summaryrefslogtreecommitdiff
path: root/x11/xview-clients/patches/patch-cb
blob: 21e2282fc9915927690d68a6fb319b9fb53917f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-cb,v 1.2 2008/08/30 20:03:03 dholland Exp $

--- olwm/st.c.orig	1993-06-29 01:11:58.000000000 -0400
+++ olwm/st.c	2008-08-30 15:41:45.000000000 -0400
@@ -1,4 +1,3 @@
-#ident	"@(#)st.c	26.8	93/06/28 SMI"
 
 /* This is a general purpose hash table package written by Peter Moore @ UCB. */
 
@@ -6,6 +5,7 @@
 #include "st.h"
 #include "mem.h"
 
+static int rehash(register st_table *table);
 
 #define max(a,b) ((a) > (b) ? (a) : (b))
 #define nil(type) ((type *) 0)