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
lib/vfil.c: In function 'VFIL_fsinfo': lib/vfil.c:200:16: error: storage size of 'fsst' isn't known 200 | struct statfs fsst; | ^~~~ lib/vfil.c:202:6: warning: implicit declaration of function 'fstatfs'; did you mean 'fstatvfs'? [-Wimplicit-function-declaration] 202 | if (fstatfs(fd, &fsst)) | ^~~~~~~ | fstatvfs lib/vfil.c:200:16: warning: unused variable 'fsst' [-Wunused-variable] 200 | struct statfs fsst;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lib/vfil.c: In function 'VFIL_fsinfo':
lib/vfil.c:200:16: error: storage size of 'fsst' isn't known
200 | struct statfs fsst;
| ^~~~
lib/vfil.c:202:6: warning: implicit declaration of function 'fstatfs'; did you mean 'fstatvfs'? [-Wimplicit-function-declaration]
202 | if (fstatfs(fd, &fsst))
| ^~~~~~~
| fstatvfs
lib/vfil.c:200:16: warning: unused variable 'fsst' [-Wunused-variable]
200 | struct statfs fsst;
The text was updated successfully, but these errors were encountered: