Date: Wed, 27 Nov 2002 12:04:43 -0800 From: Kent Stewart <kstewart@owt.com> To: Dag-Erling Smorgrav <des@FreeBSD.ORG> 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 Message-ID: <3DE5255B.50000@owt.com> References: <200211271541.gARFfOV8080659@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DE5255B.50000>