From owner-cvs-all Wed Oct 23 10:49:33 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 01EFE37B401; Wed, 23 Oct 2002 10:49:33 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4A643E42; Wed, 23 Oct 2002 10:49:31 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA19721; Thu, 24 Oct 2002 03:49:29 +1000 Date: Thu, 24 Oct 2002 04:00:32 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mark Murray Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/include stdlib.h src/lib/libc/gen getbsize.3 getbsize.c In-Reply-To: <200210231418.g9NEI7Ob002138@repoman.freebsd.org> Message-ID: <20021024035920.R23637-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Wed, 23 Oct 2002, Mark Murray wrote: > markm 2002/10/23 07:18:07 PDT > > Modified files: > include stdlib.h > lib/libc/gen getbsize.3 getbsize.c > Log: > Make the first argument of getbsize a size_t* instead of an int*, as this is what the quantity actually is. Fix an easy const while I'm here. This breaks binary compatibility on 64-bit machines. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message