summaryrefslogtreecommitdiff
path: root/korean/elm/files/patch-utils:newmail.c
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-11-23 12:37:29 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-11-23 12:37:29 +0000
commit61ab19ba880edf00c797724c1ae032e67d0504f3 (patch)
treecf851080105430602b88bce1da198ffd2af3da0b /korean/elm/files/patch-utils:newmail.c
parent- Fix build on -current(missing perl dependency) (diff)
Fix build on -current.
Obtained from: bento
Notes
Notes: svn path=/head/; revision=70841
Diffstat (limited to '')
-rw-r--r--korean/elm/files/patch-utils:newmail.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/korean/elm/files/patch-utils:newmail.c b/korean/elm/files/patch-utils:newmail.c
new file mode 100644
index 000000000000..c241796d0cb2
--- /dev/null
+++ b/korean/elm/files/patch-utils:newmail.c
@@ -0,0 +1,20 @@
+--- utils/newmail.c.orig Sat Nov 23 21:35:27 2002
++++ utils/newmail.c Sat Nov 23 21:35:59 2002
+@@ -238,7 +238,7 @@
+ print_prefix = 0, /* force printing of prefix */
+ current_folder = 0; /* struct pointer for looping */
+ FILE *fd = NULL; /* fd to use to read folders */
+-FILE *debugfile = stderr;
++FILE *debugfile;
+
+ #ifdef PIDCHECK
+ int parent_pid; /* See if sucide should be attempt */
+@@ -281,6 +281,8 @@
+ #ifdef I_LOCALE
+ setlocale(LC_ALL, "");
+ #endif
++
++ debugfile = stderr;
+
+ elm_msg_cat = catopen("elm2.4", 0);
+