Menu

#4 Fix build with gcc42 for all arch.

open
nobody
None
5
2013-02-17
2008-07-15
Dirk Meyer
No

--- src/gate/rfc2ftn.c.orig Sun Aug 22 22:19:12 2004
+++ src/gate/rfc2ftn.c Sat Oct 7 21:06:14 2006
@@ -99,7 +99,7 @@
static char *o_flag = NULL; /* -o --out-packet-file */
static char *w_flag = NULL; /* -w --write-outbound */
static int W_flag = FALSE; /* -W --write-crash */
-static int i_flag = FALSE; /* -i --ignore-hosts */
+int i_flag = FALSE; /* -i --ignore-hosts */

static int maxmsg = 0; /* Process maxmsg messages */

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.