From owner-cvs-all Thu Oct 18 1:29:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 502CB37B401; Thu, 18 Oct 2001 01:29:26 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8TQj26821; Thu, 18 Oct 2001 01:29:26 -0700 (PDT) (envelope-from des) Message-Id: <200110180829.f9I8TQj26821@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 01:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c X-FreeBSD-CVS-Branch: HEAD 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 des 2001/10/18 01:29:26 PDT Modified files: lib/libfetch Makefile common.c common.h ftp.c http.c Log: Tons of type, style and warning fixes that have been rotting in my tree for ages - some of which wouldn't be necessary if gcc wasn't broken or TPTB were willing to do something (-fno-builtin) about it. Revision Changes Path 1.23 +31 -9 src/lib/libfetch/Makefile 1.21 +8 -5 src/lib/libfetch/common.c 1.16 +11 -11 src/lib/libfetch/common.h 1.71 +29 -29 src/lib/libfetch/ftp.c 1.45 +24 -18 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message