From owner-cvs-all Fri Jun 8 0:52:56 2001 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id ED2FE37B401; Fri, 8 Jun 2001 00:52:50 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@trang.muxi.com [206.40.252.115] (may be forged)) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f587qjR24586; Fri, 8 Jun 2001 00:52:50 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f587qiV02336; Fri, 8 Jun 2001 00:52:44 -0700 (PDT) (envelope-from obrien) Date: Fri, 8 Jun 2001 00:52:44 -0700 From: "David O'Brien" To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/savecore savecore.c Message-ID: <20010608005244.A2317@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200106080306.f5836Pc81935@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106080306.f5836Pc81935@freefall.freebsd.org>; from peter@FreeBSD.org on Thu, Jun 07, 2001 at 08:06:24PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Thu, Jun 07, 2001 at 08:06:24PM -0700, Peter Wemm wrote: > peter 2001/06/07 20:06:24 PDT > > Modified files: > sbin/savecore savecore.c > Log: > 'int dumpsize; /* memory size in bytes */' is not good for machines > with 2GB or more of ram. Shouldn't the "unsigned int" have been size_t or "long" as off_t is a long on the Alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message