From owner-cvs-all Wed Nov 27 12: 4:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF2237B401; Wed, 27 Nov 2002 12:04:44 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6560843EC5; Wed, 27 Nov 2002 12:04:44 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA25003; Wed, 27 Nov 2002 12:04:43 -0800 Message-ID: <3DE5255B.50000@owt.com> Date: Wed, 27 Nov 2002 12:04:43 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libfetch common.c common.h fetch.3 fetch.c file.c ftp.c ftp.errors http.c References: <200211271541.gARFfOV8080659@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > des 2002/11/27 07:41:24 PST > > Modified files: (Branch: RELENG_4) > lib/libfetch common.c common.h fetch.3 fetch.c file.c > ftp.c ftp.errors http.c > Log: > MFC: synch with -CURRENT (except for Makefile). > > This adds SSL capability but does not enable it. It also fixes a number > of bugs, particularly ones concerned with error detection and reporting, > timeouts, short reads, and connection cacheing. Last but not least, it > whacks the libfetch source into KNF submission. > > Revision Changes Path > 1.7.2.9 +459 -242 src/lib/libfetch/common.c > 1.7.2.9 +45 -11 src/lib/libfetch/common.h > 1.11.2.25 +2 -2 src/lib/libfetch/fetch.3 > 1.10.2.12 +218 -218 src/lib/libfetch/fetch.c > 1.6.2.7 +75 -75 src/lib/libfetch/file.c > 1.16.2.28 +700 -693 src/lib/libfetch/ftp.c > 1.4.2.3 +2 -1 src/lib/libfetch/ftp.errors > 1.13.2.20 +786 -741 src/lib/libfetch/http.c > This set of changes has broken the buildworld on RELENG_4. You get the following message ===> lib/libfetch rm -f .depend mkdep -f .depend -a -I. -DINET6 /usr/src/lib/libfetch/fetch.c /usr/src/lib/libfetch/common.c /usr/src/lib/libfetch/ftp.c /usr/src/lib/libfetch/http.c /usr/src/lib/libfetch/file.c /usr/src/lib/libfetch/ftp.c:69: stdint.h: No such file or directory mkdep: compile failed *** Error code 1 Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message