diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-28 23:01:37 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-28 23:01:37 +0000 |
commit | 013c220e417ca40c08efd49003b9a5b799bd876c (patch) | |
tree | c560d0a5d4ec15390bf859f711d2d160b556de71 /mail/emil | |
parent | 7e2881cf32e1da935e973fb3c9d713f85a66cd2b (diff) | |
download | ports-013c220e417ca40c08efd49003b9a5b799bd876c.tar.gz ports-013c220e417ca40c08efd49003b9a5b799bd876c.zip |
Notes
Diffstat (limited to 'mail/emil')
-rw-r--r-- | mail/emil/files/patch-main.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/emil/files/patch-main.c b/mail/emil/files/patch-main.c new file mode 100644 index 000000000000..b215196776ab --- /dev/null +++ b/mail/emil/files/patch-main.c @@ -0,0 +1,22 @@ +$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) |