From owner-cvs-all Sat Aug 3 21:39:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F75E37B401; Sat, 3 Aug 2002 21:39:37 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (062.c.002.mel.iprimus.net.au [203.134.135.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BA143E6A; Sat, 3 Aug 2002 21:39:32 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (c0vwgpx6sb5taayt@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g744dNLh095325; Sun, 4 Aug 2002 14:39:24 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g744dMf2095324; Sun, 4 Aug 2002 14:39:22 +1000 (EST) Date: Sun, 4 Aug 2002 14:39:21 +1000 From: Tim Robbins To: "Andrey A. Chernov" Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib calloc.c Message-ID: <20020804143921.A95134@dilbert.robbins.dropbear.id.au> References: <200208040411.g744Bmue027996@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208040411.g744Bmue027996@freefall.freebsd.org>; from ache@FreeBSD.org on Sat, Aug 03, 2002 at 09:11:48PM -0700 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 Sat, Aug 03, 2002 at 09:11:48PM -0700, Andrey A. Chernov wrote: > ache 2002/08/03 21:11:48 PDT > > Modified files: > lib/libc/stdlib calloc.c > Log: > Nonexistent SIZE_MAX -> SIZE_T_MAX -CURRENT has a SIZE_MAX in : /* Limit of size_t. */ #define SIZE_MAX UINT_MAX I think this is a C99 feature that hasn't been MFC'd. Anyway, I guess using SIZE_T_MAX will make it easier to MFC the calloc.c change.. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message