1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/mail/emil/files/patch-main.c
Pete Fritchman 013c220e41 Let this port build on -current (stdout issues).
PR:		36430
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reported by:	bento
2002-03-28 23:01:37 +00:00

23 lines
470 B
C

$FreeBSD$
--- main.c.orig Thu Mar 28 20:57:50 2002
+++ main.c Thu Mar 28 20:58:31 2002
@@ -69,7 +69,7 @@
int pseudo_route = 0;
int in_fd = 0;
-FILE * out_fd = stdout;
+FILE * out_fd;
FILE * char_fd = NULL;
FILE * conf_fd = NULL;
off_t pz;
@@ -83,7 +83,7 @@
int no_run = FALSE;
char *cmailer = NULL;
char *member = NULL;
-
+ out_fd = stdout;
#ifdef HAVE_GETPAGESIZE
pz = (off_t) getpagesize();
#elif defined(hpux) || defined(_AUX_SOURCE)