Fix assumption that pointers fits in a 'long'
authorBruce Cran <bruce@cran.org.uk>
Mon, 20 Feb 2012 08:34:24 +0000 (09:34 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 20 Feb 2012 08:34:24 +0000 (09:34 +0100)
commite43606c2b13ad7fc1af2bbe4a61cf8480ee3a532
tree30379c9734a8f1062080357be7afad35f414e8ec
parent78b269e358bb4be773879db797a41ec981e1d951
Fix assumption that pointers fits in a 'long'

Windows uses LLP64 model so [u]intptr_t is more correct.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
hash.h
memalign.c
rbtree.h
smalloc.c