freebsd-ports/ftp/ftpproxy/files/patch-ftp.c
Kevin Lo b0f9c946a3 Update to version 1.0.7
PR: 27881
Submitted by: MAINTAINER
2001-06-05 12:42:34 +00:00

22 lines
395 B
C

*** ftp.orig Wed May 16 09:53:13 2001
--- ftp.c Wed May 16 09:54:08 2001
***************
*** 31,38 ****
#include <time.h>
#include <signal.h>
! #include <wait.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
--- 31,38 ----
#include <time.h>
#include <signal.h>
! #include <sys/wait.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>