db_ctf_decompress: use size_t not off_t for length parameter
authormillert <millert@openbsd.org>
Sun, 14 Aug 2022 14:57:38 +0000 (14:57 +0000)
committermillert <millert@openbsd.org>
Sun, 14 Aug 2022 14:57:38 +0000 (14:57 +0000)
commit27fc743bed31681e61b0edc5f94089b7677394fa
treedd5a384d9a2bed7ce0323bbd82155c36315228c6
parent8d2c64140dd18652f32ec47a3f881a1be9a24ae5
db_ctf_decompress: use size_t not off_t for length parameter
The only caller of db_ctf_decompress() passes a size_t for the length.
This eliminates sign comparison warnings without using casts.
OK jca@ tb@
sys/ddb/db_ctf.c