diff options
Diffstat (limited to 'textproc/ispell-base/patches/patch-ar')
-rw-r--r-- | textproc/ispell-base/patches/patch-ar | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/ispell-base/patches/patch-ar b/textproc/ispell-base/patches/patch-ar new file mode 100644 index 00000000000..6d88b8a7e08 --- /dev/null +++ b/textproc/ispell-base/patches/patch-ar @@ -0,0 +1,13 @@ +$NetBSD: patch-ar,v 1.1 2004/03/19 06:20:21 uebayasi Exp $ + +--- ijoin.c.orig Fri Mar 19 15:00:19 2004 ++++ ijoin.c Fri Mar 19 15:01:51 2004 +@@ -133,8 +133,6 @@ + static int unpairable1 = 0; /* NZ if -a1 */ + static int unpairable2 = 0; /* NZ if -a2 */ + +-extern int strcmp (); +- + int main (argc, argv) /* Join files */ + int argc; /* Argument count */ + char * argv[]; /* Argument vector */ |