diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-17 17:28:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-17 17:28:50 +0000 |
commit | 66c3a53e9d46b26b539fd7f07212c63b0c300e4c (patch) | |
tree | aa8bc0f3bcf47ff42cc2f33546dbc548f6dca87c /converters/cn2jp/files/patch-lib::hz2gb.c | |
parent | - Update to 3.0.3 (diff) |
Remove expired port: no longer available from author's site
Notes
Notes:
svn path=/head/; revision=145672
Diffstat (limited to 'converters/cn2jp/files/patch-lib::hz2gb.c')
-rw-r--r-- | converters/cn2jp/files/patch-lib::hz2gb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/converters/cn2jp/files/patch-lib::hz2gb.c b/converters/cn2jp/files/patch-lib::hz2gb.c deleted file mode 100644 index 9678966c88a9..000000000000 --- a/converters/cn2jp/files/patch-lib::hz2gb.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/hz2gb.c.orig Mon Nov 18 23:42:53 2002 -+++ lib/hz2gb.c Mon Nov 18 23:50:14 2002 -@@ -64,7 +64,7 @@ - int pass8 = FALSE; /* flat for parsing all 8 bits of a character */ - int termStyle = FALSE; /* flag for ignoring line-continuation markers */ - int errorCount = 0; /* number of parsing errors detected */ --FILE *ferr = stdout; /* error reporting channel */ -+#define ferr stdout /* error reporting channel */ - - void usage(), filter(), EOFerror(), ESCerror(), GBerror(), GBerror1(); - void GBtoSGB(); |