1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/korean/elm/files/patch-utils:fastmail.c
CHOI Junho 61ab19ba88 Fix build on -current.
Obtained from:	bento
2002-11-23 12:37:29 +00:00

21 lines
376 B
C

--- 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);