From owner-freebsd-current Sat Jul 7 11:49: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4C93737B403 for ; Sat, 7 Jul 2001 11:49:07 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@trang.nuxi.com [206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f67In5R18312; Sat, 7 Jul 2001 11:49:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f67In4q16909; Sat, 7 Jul 2001 11:49:04 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Jul 2001 11:49:04 -0700 From: "David O'Brien" To: Peter Jeremy Cc: Matthew Jacob , freebsd-current@FreeBSD.ORG Subject: Re: chgrp broken on alpha systems Message-ID: <20010707114903.C16759@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010705173831.A15043@dragon.nuxi.com> <20010706150804.B506@gsmx07.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010706150804.B506@gsmx07.alcatel.com.au>; from peter.jeremy@alcatel.com.au on Fri, Jul 06, 2001 at 03:08:04PM +1000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 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). > 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