summaryrefslogtreecommitdiff
path: root/chinese/big5con
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-04-03 02:29:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-04-03 02:29:18 +0000
commite87c8ad2dd283fe4ff316b2ec231ea698b1febb1 (patch)
tree5b5b15676a6a06be3c572a0ccad686a155cfa4f8 /chinese/big5con
parentAck, what was I thinking? it's not safe to assume the system sendmail (diff)
Remove a foolish patch.
Notes
Notes: svn path=/head/; revision=27299
Diffstat (limited to 'chinese/big5con')
-rw-r--r--chinese/big5con/files/patch-ah18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/big5con/files/patch-ah b/chinese/big5con/files/patch-ah
index eb36c51c2fc6..b049757fdb56 100644
--- a/chinese/big5con/files/patch-ah
+++ b/chinese/big5con/files/patch-ah
@@ -1,21 +1,3 @@
---- lib/coding.c.orig Sun Apr 2 18:56:03 2000
-+++ lib/coding.c Sun Apr 2 18:56:36 2000
-@@ -140,13 +140,13 @@
-
- i = 0;
- while (fSRegs[i].registry) {
-- if (!strcasecmp(fSRegs[i].registry, reg))
-+ if (!strncasecmp(fSRegs[i].registry, reg, strlen(reg)))
- return(i|CHR_SFLD);
- i ++;
- }
- i = 0;
- while (fDRegs[i].registry) {
-- if (!strcasecmp(fDRegs[i].registry, reg))
-+ if (!strncasecmp(fDRegs[i].registry, reg, strlen(reg)))
- return(i|CHR_DFLD);
- i ++;
- }
--- lib/font.c.orig Sun Apr 2 18:56:50 2000
+++ lib/font.c Sun Apr 2 18:57:54 2000
@@ -35,6 +35,7 @@