Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being...
authorBruce Cran <bruce@cran.org.uk>
Thu, 21 Feb 2013 13:16:17 +0000 (14:16 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Feb 2013 13:16:17 +0000 (14:16 +0100)
commit80da8a8fbbc82356eee6aaad7ac7a28443f8dff6
tree34c52a940aeec4d8c9a8af84be5cd120cd6c7009
parentd93904c4ee720b082f1214759dcd7207b8e288d1
Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being uninitialized

Signed-off-by: Jens Axboe <axboe@kernel.dk>
gettime.c