Subject: Re: CVS commit: src/sys/arch/mips
To: Simon Burge <simonb@wasabisystems.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/07/2004 20:07:46
On Nov 8, 11:52am, simonb@wasabisystems.com (Simon Burge) wrote:
-- Subject: Re: CVS commit: src/sys/arch/mips

| > Don't use "int" to represent lengths; this is what size_t is for. This
| > does not change the ABI since we don't have 64 bit mips yet.
| 
| On IRIX these are defined to use "int" regardless of the ABI, so if we
| get 64-bit MIPS one day we will be incompatible with IRIX then.

Well, how does that really affect us? This can be fixed in compat_irix
if need be.

christos