b47dc045a0
spelling checker. The new format allows multiple language dictionaries to be installed at the same time, and uses pkgsrc dependencies, rather then overloading the base package. This is the base package (which also installs the default American English directories).
21 lines
489 B
Text
21 lines
489 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2001/03/14 12:10:22 agc 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;
|
|
}
|