From owner-cvs-all Sun Feb 24 21: 0:43 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 B372A37B41A; Sun, 24 Feb 2002 21:00:39 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1P50dR01204; Sun, 24 Feb 2002 21:00:39 -0800 (PST) (envelope-from bde) Message-Id: <200202250500.g1P50dR01204@freefall.freebsd.org> From: Bruce Evans Date: Sun, 24 Feb 2002 21:00:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.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 bde 2002/02/24 21:00:39 PST Modified files: usr.bin/fetch fetch.c Log: #include instead of depending on namespace pollution in for the declaration of struct timeval. Removed unused includes ( doesn't declare anything of interest; only does). Sorted includes a bit. Revision Changes Path 1.45 +2 -2 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message