Use size_t for the length parameters, not off_t.
authormillert <millert@openbsd.org>
Sun, 14 Aug 2022 15:01:18 +0000 (15:01 +0000)
committermillert <millert@openbsd.org>
Sun, 14 Aug 2022 15:01:18 +0000 (15:01 +0000)
commit2f07e5c04e02a59e180bb369078d11454d296b70
treea57b8131db05522f466081e1d7e11f106c30f8e1
parent27fc743bed31681e61b0edc5f94089b7677394fa
Use size_t for the length parameters, not off_t.
Now that zlib uses unsigned long for its totals there is no reason
to use off_t in ctfdump.  This is similar to the changes in db_ctf.c.
OK tb@
usr.bin/ctfdump/ctfdump.c