summaryrefslogtreecommitdiff
path: root/textproc/ispell/patches/patch-ad
blob: 727a5604062e639db77b61b29599b57ed3c15830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ad,v 1.1 1998/10/27 07:21:19 garbled Exp $
--- buildhash.c.orig	Mon Jan 23 11:28:24 1995
+++ buildhash.c	Mon Oct 26 23:20:42 1998
@@ -211,7 +211,7 @@
     {
     register FILE *		houtfile;
     register struct dent *	dp;
-    int				strptr;
+    PTRSIZE				strptr;
     int				n;
     int				i;
     int				maxplen;
@@ -336,7 +336,7 @@
 	{
 	if (dp->next != 0)
 	    {
-	    int		x;
+	    PTRSIZE		x;
 	    x = dp->next - hashtbl;
 	    dp->next = (struct dent *)x;
 	    }