diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-11-12 05:01:49 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-11-12 05:01:49 +0000 |
commit | 32b646a55eb085295fc3b9c4fd99549f7a65a8e5 (patch) | |
tree | bacea596cc81690187f03f1c62449441676835c2 /japanese/Canna | |
parent | Fix build with gtkhtml-1.1. (diff) |
Ooops, forgot to 'cvs rm' this when upgrading to 3.6.
Pointed out by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Notes
Notes:
svn path=/head/; revision=69941
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/files/patch-aj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/Canna/files/patch-aj b/japanese/Canna/files/patch-aj deleted file mode 100644 index fbf03ae61557..000000000000 --- a/japanese/Canna/files/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ ---- dic/ideo/pubdic/pod.c.orig Tue May 31 20:42:12 1994 -+++ dic/ideo/pubdic/pod.c Sun Nov 18 23:12:19 2001 -@@ -51,7 +51,7 @@ - static int list_kinds; - static int copy_frequency, extract_kana = 0; - static long specific_kind; --static FILE *in1 = stdin, *in2 = stdin; -+static FILE *in1, *in2; - static char *common_out, *old_out, *new_out, *hinshi_table, *bunrui; - static char *description_table; - static int selhinshi = 0; -@@ -1339,6 +1339,8 @@ - exit(1); - } - -+ in1 = stdin; -+ in2 = stdin; - if (argv[1][0] != '-' || argv[1][1]) { - in1 = fopen(argv[1], "r"); - if (!in1) { |