From owner-cvs-all Thu Oct 4 20:13:17 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 1A26237B403; Thu, 4 Oct 2001 20:13:14 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f953DEn33873; Thu, 4 Oct 2001 20:13:14 -0700 (PDT) (envelope-from peter) Message-Id: <200110050313.f953DEn33873@freefall.freebsd.org> From: Peter Wemm Date: Thu, 4 Oct 2001 20:13:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.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 peter 2001/10/04 20:13:13 PDT Modified files: sbin/savecore savecore.c Log: Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts, since dumplo is now an off_t. Scratch a couple of other itches as well. s/L_SET/SEEK_SET/ Revision Changes Path 1.47 +19 -17 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message