Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/driver_usbmon: replace off64_t by z_off_t #292

Merged
merged 1 commit into from
May 10, 2024

Conversation

bl4ckb0ne
Copy link
Contributor

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).

`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`)
@ChristophHaag ChristophHaag merged commit 4fb6d88 into cntools:master May 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants