From owner-cvs-all Sat Jun 23 19:22:29 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 34DC737B407; Sat, 23 Jun 2001 19:22:22 -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 MAA26082; Sun, 24 Jun 2001 12:22:19 +1000 Date: Sun, 24 Jun 2001 12:20:26 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "David O'Brien" Cc: John Baldwin , Matthew Jacob , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Peter Wemm Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-Reply-To: <20010623094902.A26803@dragon.nuxi.com> Message-ID: 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 Sat, 23 Jun 2001, David O'Brien wrote: > On Fri, Jun 22, 2001 at 03:38:55PM -0700, John Baldwin wrote: > > Perhaps it should be a u_long on the alpha? > > Is this a case where our ssize_t should be used for? No. ssize_t is only required to be large enough to hold the value 32767 in theory, and only 2G-1 in practice on i386's. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message