ports/ftp/ftpsesame/files/patch-ftpsesame.c
Sergey Matveychuk 02e9fa7f97 ftpsesame helps the FTP protocol get through your pf firewall.
It does this by passively analysing FTP control connections
and adding rules into a pf anchor when an FTP data connection
is about to commence.

WWW: http://www.sentia.org/projects/ftpsesame/
2006-04-30 21:47:33 +00:00

11 lines
231 B
C

--- ftpsesame.c.orig Mon May 1 01:30:43 2006
+++ ftpsesame.c Mon May 1 01:30:51 2006
@@ -663,7 +663,7 @@
gotsig_close = 1;
}
-__dead void
+void
usage(void)
{
fprintf(stderr, "usage: %s [-d] [-D level] [-i interface] " \