Subject: None
To: None <tech-kern@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-kern
Date: 04/18/2000 01:57:52
> in casts, we should _NOT_ be using intptr_t, but uintptr_t.  intptr_t
> is for _differences_ between two points and can be negative... we
> don't want sign-extension lossage.

(But you may need sign-extension winnage.)

intptr_t is for differences between pointers?  I thought that was what
ptrdiff_t was for.

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B