freebsd-ports/ftp/ftpproxy/files/patch-main.c
Will Andrews f16ad320ac Add ftpproxy 1.0.1, a ftp proxy.
PR:		27390
Submitted by:	Philippe Le Berre <philippe@le-berre.com>
2001-05-20 03:15:26 +00:00

19 lines
363 B
C

*** main.orig Wed May 16 09:50:37 2001
--- main.c Wed May 16 09:50:57 2001
***************
*** 29,35 ****
#include <stdarg.h>
#include <signal.h>
! #include <wait.h>
#include <sys/types.h>
#include <sys/stat.h>
--- 29,35 ----
#include <stdarg.h>
#include <signal.h>
! #include <sys/wait.h>
#include <sys/types.h>
#include <sys/stat.h>