diff options
Diffstat (limited to 'news/fidogate4/files/patch-rfc2ftn.c')
-rw-r--r-- | news/fidogate4/files/patch-rfc2ftn.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/fidogate4/files/patch-rfc2ftn.c b/news/fidogate4/files/patch-rfc2ftn.c new file mode 100644 index 000000000000..0803694862e5 --- /dev/null +++ b/news/fidogate4/files/patch-rfc2ftn.c @@ -0,0 +1,11 @@ +--- src/gate/rfc2ftn.c.orig 2004-08-22 20:19:12 UTC ++++ src/gate/rfc2ftn.c +@@ -99,7 +99,7 @@ void usage (void); + 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 */ + |