Skip to content

build on netbsd fails #2

@chipitsine

Description

@chipitsine

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions