Subject: Re: md_root.c (Re: CVS commit: syssrc)
To: David Brownlee <abs@netbsd.org>
From: Chris G. Demetriou <cgd@sibyte.com>
List: tech-kern
Date: 09/29/2000 11:32:35
abs@netbsd.org (David Brownlee) writes:
> 	atari version is in a different universe, other than that the
> 	differences are:
> 	    - md_root_size int vs u_int32_t

btw: u{,_}int32_t better than just int: it's nice to have a fixed size
type here for cross-build mdsetimage...  (granted, for now int is
~always 32 btis, but...)



cgd