X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=ea2bcd684da3808901760f7d6af5f7d918713058;hb=6bd76adcc81f4a725352c338a39212bcdefb0a4b;hp=f01abd5360af28c384c1e8261a0e13f393b18af0;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index f01abd5..ea2bcd6 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -38,10 +38,6 @@ # endif #endif -#ifdef HAVE_SYS_WAIT_H -# include -#endif - extern int debugsw; extern int verbosw; @@ -75,9 +71,6 @@ void content_error (char *, CT, char *, ...); /* mhcachesbr.c */ int find_cache (CT, int, int *, char *, char *, int); -/* ftpsbr.c */ -int ftp_get (char *, char *, char *, char *, char *, char *, int, int); - /* mhfree.c */ void free_content (CT); void free_ctinfo (CT);