summaryrefslogtreecommitdiff
path: root/japanese/chasen-base/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/chasen-base/patches/patch-ac')
-rw-r--r--japanese/chasen-base/patches/patch-ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/japanese/chasen-base/patches/patch-ac b/japanese/chasen-base/patches/patch-ac
index 44458acfc30..c11fa446ed0 100644
--- a/japanese/chasen-base/patches/patch-ac
+++ b/japanese/chasen-base/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/01/10 14:45:03 taca Exp $
+$NetBSD: patch-ac,v 1.2 2001/02/23 15:03:47 taca Exp $
--- mkchadic/convdic.c.orig Wed Dec 6 14:13:44 2000
+++ mkchadic/convdic.c
@@ -10,12 +10,3 @@ $NetBSD: patch-ac,v 1.1.1.1 2001/01/10 14:45:03 taca Exp $
#include <dirent.h>
#define LINEMAX 8192
-@@ -296,7 +297,7 @@
-
- if ((fp = fopen(file, "r")) == NULL)
- return 0;
-- close(fp);
-+ fclose(fp);
- return 1;
- }
-