From owner-cvs-all Tue Feb 5 14:13:58 2002 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 D39CE37B426; Tue, 5 Feb 2002 14:13:52 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g15MDqU17088; Tue, 5 Feb 2002 14:13:52 -0800 (PST) (envelope-from des) Message-Id: <200202052213.g15MDqU17088@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 5 Feb 2002 14:13:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile common.c common.h fetch.c fetch.h file.c 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 2002/02/05 14:13:52 PST Modified files: lib/libfetch Makefile common.c common.h fetch.c fetch.h file.c ftp.c http.c Log: Reindent, and add parentheses to return statements. Some functions in ftp.c and http.c now have exceedingly long lines due to deep nesting; this will be corrected by reorganizing the code in a later revision. Revision Changes Path 1.26 +1 -1 src/lib/libfetch/Makefile 1.24 +226 -229 src/lib/libfetch/common.c 1.19 +6 -7 src/lib/libfetch/common.h 1.34 +216 -219 src/lib/libfetch/fetch.c 1.24 +24 -20 src/lib/libfetch/fetch.h 1.15 +75 -75 src/lib/libfetch/file.c 1.75 +685 -680 src/lib/libfetch/ftp.c 1.51 +734 -728 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message