Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 00:52:44 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Peter Wemm <peter@FreeBSD.org>
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>
In-Reply-To: <200106080306.f5836Pc81935@freefall.freebsd.org>; from peter@FreeBSD.org on Thu, Jun 07, 2001 at 08:06:24PM -0700
References:  <200106080306.f5836Pc81935@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010608005244.A2317>