summaryrefslogtreecommitdiffstats
path: root/japanese/iv/files/patch-bp
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bp')
-rw-r--r--japanese/iv/files/patch-bp12
1 files changed, 0 insertions, 12 deletions
diff --git a/japanese/iv/files/patch-bp b/japanese/iv/files/patch-bp
deleted file mode 100644
index 4d17ca0..0000000
--- a/japanese/iv/files/patch-bp
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/bin/mailbox/main.c.org Sat Sep 12 01:19:22 1992
-+++ src/bin/mailbox/main.c Mon Jan 3 14:27:04 2000
-@@ -453,7 +453,8 @@
- if (atp != nil) {
- char* dotp = strchr(atp, '.');
- if (dotp != nil) {
-- for (int i = 0; i < strlen(mail_domain); ++i) {
-+ int i;
-+ for (i = 0; i < strlen(mail_domain); ++i) {
- char c = dotp[i];
- c = isupper(c) ? c - 'A' + 'a' : c;
- if (c != mail_domain[i]) {
OpenPOWER on IntegriCloud