diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-28 17:37:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-28 17:37:23 +0000 |
commit | 6d9b16923937a651a129464222821251b155036b (patch) | |
tree | ec21afcf34786dc4c3cbb4830a322f56ea689846 /japanese/eb/files/patch-eb::match.c | |
parent | . Rename our internal gethostby{name,addr}_r functions to avoid collisions. (diff) |
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).
Approved by: maintainer timeout (1week)
Notes
Notes:
svn path=/head/; revision=76660
Diffstat (limited to 'japanese/eb/files/patch-eb::match.c')
-rw-r--r-- | japanese/eb/files/patch-eb::match.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/eb/files/patch-eb::match.c b/japanese/eb/files/patch-eb::match.c new file mode 100644 index 000000000000..2ea79a73cb43 --- /dev/null +++ b/japanese/eb/files/patch-eb::match.c @@ -0,0 +1,20 @@ +--- eb/match.c.orig Tue Aug 14 10:04:25 2001 ++++ eb/match.c Sat Mar 1 02:34:57 2003 +@@ -43,7 +43,7 @@ + + for (;;) { + if (length <= i) { +- result = *word_p; ++ result = 0; + break; + } + if (*word_p == '\0') { +@@ -92,7 +92,7 @@ + + for (;;) { + if (length <= i) { +- result = *word_p; ++ result = 0; + break; + } + if (*word_p == '\0') { |