We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building on Debian 6 produces:
make[1]: Entering directory `/root/dattobd/utils' gcc -Wall -std=gnu99 -o update-img update-img.c /root/dattobd//lib/libdattobd.a update-img.c: In function ‘copy_block’: update-img.c:38: warning: implicit declaration of function ‘pread’ update-img.c:46: warning: implicit declaration of function ‘pwrite’ make[1]: Leaving directory `/root/dattobd/utils'
The text was updated successfully, but these errors were encountered:
Defining _XOPEN_SOURCE to 500 causes it to compile without warnings.
_XOPEN_SOURCE
Sorry, something went wrong.
No branches or pull requests
Building on Debian 6 produces:
The text was updated successfully, but these errors were encountered: