K 10 svn:author V 3 imp K 8 svn:date V 27 2009-08-13T19:47:13.702856Z K 7 svn:log V 300 Use unsigned long instead of unsigned for the integer casts here. The former works for both ILP32 and LP64 programming models, while the latter fails LP64. # uintpr_t is better, but iirc, we can't pollute the name space to use it # I likely need to audit all my uintptr_t changes for that issue... END