Subject: Re: type of dumpmag (port-sparc64/11949)
To: None <martin@duskware.de, tsutsui@ceres.dti.ne.jp>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 03/04/2002 17:21:27
| > If not, what type should we use for dumpmag? (u_int32_t ?)
|
| Since it is used to hold a 32bit unsigned magic number, I'd suggest using
| u_int32_t everywhere.

Yeah, I suppose that's the best solution, since changing the constant to be
64-bits will break 32-bit kernels.

The alpha port also has this bug and should be fixed at the same time.

Eduardo