summaryrefslogtreecommitdiff
path: root/net/dictd/files/patch-break-utf8
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2004-09-03 11:01:18 +0000
committerDima Dorfman <dd@FreeBSD.org>2004-09-03 11:01:18 +0000
commitb02b794e5ebb37a3b9e789b15cf27df8b95ea75d (patch)
tree081ace90fd71011ce28dfe15da2ad2cf387670b1 /net/dictd/files/patch-break-utf8
parentUpdate to 0.06 (diff)
Upgrade to 1.9.14
Submitted by: Andy Miller <andy@trit.org>
Notes
Notes: svn path=/head/; revision=118028
Diffstat (limited to '')
-rw-r--r--net/dictd/files/patch-break-utf821
1 files changed, 0 insertions, 21 deletions
diff --git a/net/dictd/files/patch-break-utf8 b/net/dictd/files/patch-break-utf8
index a1a30e1d431c..e9c172b2ac72 100644
--- a/net/dictd/files/patch-break-utf8
+++ b/net/dictd/files/patch-break-utf8
@@ -1,24 +1,3 @@
---- dictd.c.orig Mon Mar 10 01:07:36 2003
-+++ dictd.c Fri Oct 10 00:19:17 2003
-@@ -1064,6 +1064,8 @@
-
- static void set_utf8bit_mode (const char *loc)
- {
-+#include <osreldate.h>
-+#if __FreeBSD_version > 499999
- char *locale_copy;
- locale_copy = strdup (loc);
- strlwr_8bit (locale_copy);
-@@ -1075,6 +1077,9 @@
- bit8_mode = !utf8_mode && (locale_copy [0] != 'c' || locale_copy [1] != 0);
-
- free (locale_copy);
-+#else
-+ utf8_mode = 0;
-+#endif
- }
-
- static void init (const char *fn)
--- index.c.orig Mon Jan 26 02:52:14 2004
+++ index.c Mon Jan 26 03:02:18 2004
@@ -144,9 +144,12 @@