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).
11 lines
239 B
Text
11 lines
239 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2001/03/14 12:10:22 agc Exp $
|
|
--- unsq.c.orig Mon Oct 26 23:28:34 1998
|
|
+++ unsq.c Mon Oct 26 23:29:08 1998
|
|
@@ -49,6 +49,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "msgs.h"
|
|
|
|
#ifdef __STDC__
|