From owner-cvs-all Wed Sep 5 5:22:33 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 04FB137B403; Wed, 5 Sep 2001 05:22:29 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85CMS414529; Wed, 5 Sep 2001 05:22:28 -0700 (PDT) (envelope-from des) Message-Id: <200109051222.f85CMS414529@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Sep 2001 05:22:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch file.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/09/05 05:22:28 PDT Modified files: lib/libfetch file.c Log: Use fseeko() instead of fseek() (u->offset is already an off_t), and mark some function arguments as unused. Revision Changes Path 1.13 +5 -5 src/lib/libfetch/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message