K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-15T02:32:35.000000Z K 7 svn:log V 270 Cast pointers to uintptr_t/intptr_t instead of to u_long/long, respectively. Most of the longs should probably have been u_longs, but this changes is just to prevent warnings about casts between pointers and integers of different sizes, not to fix poorly chosen types. END