summaryrefslogtreecommitdiff
path: root/textproc/ispell-base/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell-base/patches/patch-ad')
-rw-r--r--textproc/ispell-base/patches/patch-ad14
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ispell-base/patches/patch-ad b/textproc/ispell-base/patches/patch-ad
index 64e9bc0a61b..94407d9e849 100644
--- a/textproc/ispell-base/patches/patch-ad
+++ b/textproc/ispell-base/patches/patch-ad
@@ -1,22 +1,22 @@
-$NetBSD: patch-ad,v 1.2 2004/12/01 12:18:21 markd Exp $
+$NetBSD: patch-ad,v 1.3 2005/07/07 12:42:20 markd Exp $
---- buildhash.c.orig 2001-07-26 09:51:45.000000000 +1200
+--- buildhash.c.orig 2005-04-28 12:26:06.000000000 +1200
+++ buildhash.c
-@@ -237,7 +237,7 @@ static void output ()
+@@ -248,7 +248,7 @@ static void output ()
{
register FILE * houtfile;
register struct dent * dp;
-- int strptr;
+- unsigned long strptr;
+ PTRSIZE strptr;
int n;
unsigned int i;
int maxplen;
-@@ -362,7 +362,7 @@ static void output ()
+@@ -375,7 +375,7 @@ static void output ()
{
if (dp->next != 0)
{
-- int x;
-+ PTRSIZE x;
+- unsigned long x;
++ PTRSIZE x;
x = dp->next - hashtbl;
dp->next = (struct dent *)x;
}