Date: Sat, 7 Jul 2001 11:54:26 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: "David O'Brien" <obrien@FreeBSD.ORG> Cc: Peter Jeremy <peter.jeremy@alcatel.com.au>, <freebsd-current@FreeBSD.ORG> Subject: Re: chgrp broken on alpha systems Message-ID: <20010707115418.C50477-100000@wonky.feral.com> In-Reply-To: <20010707114903.C16759@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010707115418.C50477-100000>
