diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:35:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:35:07 +0000 |
commit | 036984363940e369ee0510646d728d05de69eb05 (patch) | |
tree | 2eade715d1bb7ce0f0e8da4a981333ff5c373090 /japanese/edict-utf-8/files/patch-ab | |
parent | Update to version 2.6.1. (diff) |
Update to version 19981007.
PR: 8192
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=13831
Diffstat (limited to 'japanese/edict-utf-8/files/patch-ab')
-rw-r--r-- | japanese/edict-utf-8/files/patch-ab | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/japanese/edict-utf-8/files/patch-ab b/japanese/edict-utf-8/files/patch-ab index d97c27772f5f..2dc40879b18d 100644 --- a/japanese/edict-utf-8/files/patch-ab +++ b/japanese/edict-utf-8/files/patch-ab @@ -1,10 +1,11 @@ ---- xjdclient.c.orig Sun Aug 17 22:48:25 1997 -+++ xjdclient.c Sun Aug 17 22:48:39 1997 -@@ -33,7 +33,6 @@ - #include "xjdic.h" - - extern int errno; --extern char *sys_errlist[]; - unsigned char host[51] = {"localhost"}; - unsigned char yn[2]; - unsigned int portno = XJ_PORTNO; +--- xjdic.h.orig Thu Sep 3 02:05:28 1998 ++++ xjdic.h Wed Oct 7 11:55:52 1998 +@@ -3,7 +3,7 @@ + #define NRKANA 250*2 /* size of the romaji to kana tables*/ + #define NOFILT 10 /* maximum number of general filters */ + #define VMAX 350 /* maximum entries in the verb table */ +-#define DEFAULT_DICDIR "" /* could be: "/usr/local/lib/xjdic" */ ++#define DEFAULT_DICDIR "/usr/local/share/dict/edict" /* could be: "/usr/local/lib/xjdic" */ + #define NOHITS 1000 /* size of hittab */ + #define SPTAG '@' /* character that flags priority entries */ + #define KFBUFFSIZE 2000 /* size of the KFlush buffer */ |