Subject: Re: CVS commit: syssrc
To: David Brownlee <abs@netbsd.org>
From: Chris G. Demetriou <cgd@sibyte.com>
List: source-changes
Date: 05/06/2000 15:27:33
abs@netbsd.org (David Brownlee) writes:
> > Log Message:
> > LP64 printf fix.  (I wish size_t was unsigned long on all platforms).
> 
> 	Is there any standard that says it can't be? It is on at least one
> 	ILP32 platform (sparc).

it probably could.

however, look at it this way: the way it is now encourages better
(more portable) programming practices.

i don't think there's any real benefit in changing it; well-written,
portable code will compile without warnings if written properly.


cgd