diff options
Diffstat (limited to 'textproc/ispell/patches/patch-af')
-rw-r--r-- | textproc/ispell/patches/patch-af | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/ispell/patches/patch-af b/textproc/ispell/patches/patch-af new file mode 100644 index 00000000000..b9743bd96dd --- /dev/null +++ b/textproc/ispell/patches/patch-af @@ -0,0 +1,20 @@ +$NetBSD: patch-af,v 1.1 1998/10/27 07:21:19 garbled Exp $ +--- fields.c.orig Mon Oct 26 23:27:45 1998 ++++ fields.c Mon Oct 26 23:31:02 1998 +@@ -32,6 +32,7 @@ + */ + + #include <stdio.h> ++#include <string.h> + #include "config.h" + #include "fields.h" + +@@ -62,7 +63,7 @@ + extern char * malloc (); + extern char * realloc (); + extern char * strchr (); +-extern int strlen (); ++/* extern int strlen ();*/ + + /* + * Read one line of the given file into a buffer, break it up into |