From owner-freebsd-current Sat Jul 7 11:54:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 271B137B401; Sat, 7 Jul 2001 11:54:40 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from wonky.feral.com (wonky.feral.com [192.67.166.7]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f67IsdS55901; Sat, 7 Jul 2001 11:54:39 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 7 Jul 2001 11:54:26 -0700 (PDT) From: Matthew Jacob Reply-To: To: "David O'Brien" Cc: Peter Jeremy , Subject: Re: chgrp broken on alpha systems In-Reply-To: <20010707114903.C16759@dragon.nuxi.com> Message-ID: <20010707115418.C50477-100000@wonky.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 7 Jul 2001, David O'Brien wrote: > On Fri, Jul 06, 2001 at 03:08:04PM +1000, Peter Jeremy wrote: > > i386 type Alpha type > > clock_t unsigned long int > > We could make these the same (not sure why they aren't). because on alpha long == 64 bits > > > ptrdiff_t int long > > size_t unsigned int unsigned long > > ssize_t int long > > *physaddr { int r[1]; } { long r[1]; } > > vm_offset_t unsigned int unsigned long > > vm_pindex_t unsigned int unsigned long > > vm_size_t unsigned int unsigned long > > intfptr_t int long > > uintfptr_t unsigned int unsigned long > > these also since long == int on x86. Then if one build a 64-bit long > i386 compiler (BDE does this) one could also test 64-bit issues on an > i386 box almost as well as on an Alpha. > > -- > -- David (obrien@FreeBSD.org) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message