Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/driver_usbmon: replace off64_t by z_off_t
`off64_t` is not a language defined type and is not available everywhere. Instead the function should use `z_off_t` which is defined by zlib (and is most likely `off_t`)
- Loading branch information