gzip: simplify printing of offsets using -l and -v
commitec0fdda9e400ad3749e70bd9dfb40f132c3fad07
authorCollin Funk <collin.funk1@gmail.com>
Sun, 4 Aug 2024 23:44:43 +0000 (4 16:44 -0700)
committerJim Meyering <meyering@meta.com>
Fri, 9 Aug 2024 22:05:45 +0000 (9 15:05 -0700)
treef375c6fe3366811955062b51c7a77e49752c20ee
parent75f9f29ec64eec61025bd05f65beeece62d3cf84
gzip: simplify printing of offsets using -l and -v

* bootstrap.conf (gnulib_modules): Add inttypes.
* gzip.c: Include inttypes.h.
(do_list): Use printf instead of fprint_off.
* gzip.h (fprint_off): Remove deceleration.
* util.c (fprint_off): Remove function.
bootstrap.conf
gzip.c
gzip.h
util.c