[PATCH] Fix int vs long problems in parsing some options
authorJens Axboe <axboe@suse.de>
Fri, 3 Nov 2006 07:17:09 +0000 (08:17 +0100)
committerJens Axboe <axboe@suse.de>
Fri, 3 Nov 2006 07:17:09 +0000 (08:17 +0100)
commit75e6f36fae06978f29296fce76a7f00ca0df7b56
tree270299449386bbb6cb30c89d27553dcd871a930e
parenta00735e66f9ec42549da94eba3170e543b542904
[PATCH] Fix int vs long problems in parsing some options

The type needs to match strictly, or we get into problems on big
endian architectures.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c
parse.c
parse.h