K 10 svn:author V 5 peter K 8 svn:date V 27 2004-12-15T02:25:21.000000Z K 7 svn:log V 308 Make this amd64-clean. sizeof is long on amd64, so things that do a printf of a sizeof, need to use %z to get the correct type on all our platforms. Also, convert integers<->pointers via uintptr_t. (I think Sam's instructions were for me to commit this. If I misunderstood, then I apologize in advance.) END