You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
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;