aboutsummaryrefslogtreecommitdiff
path: root/korean/elm/files/patch-utils:fastmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'korean/elm/files/patch-utils:fastmail.c')
-rw-r--r--korean/elm/files/patch-utils:fastmail.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/korean/elm/files/patch-utils:fastmail.c b/korean/elm/files/patch-utils:fastmail.c
deleted file mode 100644
index 621041501101..000000000000
--- a/korean/elm/files/patch-utils:fastmail.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- utils/fastmail.c.orig Sat Nov 23 21:33:32 2002
-+++ utils/fastmail.c Sat Nov 23 21:35:03 2002
-@@ -105,7 +105,7 @@
- static void usage();
-
- int debug = 0;
--FILE *debugfile = stderr;
-+FILE *debugfile;
-
-
- main(argc, argv)
-@@ -123,6 +123,8 @@
- char references[SLEN];
- char *p;
- int c, sendmail_available;
-+
-+ debugfile = stderr;
-
- elm_msg_cat = catopen("elm2.4", 0);
-