b0f9c946a3
PR: 27881 Submitted by: MAINTAINER
22 lines
395 B
C
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>
|