summaryrefslogtreecommitdiff
path: root/textproc/ispell-base/patches/patch-ad
blob: 94407d9e8494b739bac0cbca82fe8dec6269eab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ad,v 1.3 2005/07/07 12:42:20 markd Exp $

--- buildhash.c.orig	2005-04-28 12:26:06.000000000 +1200
+++ buildhash.c
@@ -248,7 +248,7 @@ static void output ()
     {
     register FILE *		houtfile;
     register struct dent *	dp;
-    unsigned long		strptr;
+    PTRSIZE			strptr;
     int				n;
     unsigned int		i;
     int				maxplen;
@@ -375,7 +375,7 @@ static void output ()
 	{
 	if (dp->next != 0)
 	    {
-	    unsigned long	x;
+	    PTRSIZE	x;
 	    x = dp->next - hashtbl;
 	    dp->next = (struct dent *)x;
 	    }