Subject: p_nice
To: None <tech-kern@NetBSD.ORG>
From: Wolfgang Solfrank <ws@kurt.tools.de>
List: tech-kern
Date: 09/30/1996 19:07:12
Since I just checked in the initial version of the PowerPC port, I need the
issue of p_nice being an implicitly signed char resolved.

While the explicit declaration of p_nice as signed char would solve the
problem, I'd much rather see either

	p_nice declared as short

or (currently my preferred solution)

	p_nice left as a char, and have the NZERO code be fixed to allow
		and use a value other than 0 for NZERO (just like PZERO).

Comments?
--
ws@TooLs.DE     (Wolfgang Solfrank, TooLs GmbH) 	+49-228-985800