Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2001 11:49:04 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Peter Jeremy <peter.jeremy@alcatel.com.au>
Cc:        Matthew Jacob <mjacob@feral.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: chgrp broken on alpha systems
Message-ID:  <20010707114903.C16759@dragon.nuxi.com>
In-Reply-To: <20010706150804.B506@gsmx07.alcatel.com.au>; from peter.jeremy@alcatel.com.au on Fri, Jul 06, 2001 at 03:08:04PM %2B1000
References:  <20010705173831.A15043@dragon.nuxi.com> <Pine.BSF.4.21.0107052012000.37078-100000@beppo> <20010706150804.B506@gsmx07.alcatel.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010707114903.C16759>