]> git.ipfire.org Git - thirdparty/snapper.git/commit
Use statvfs instead of statvfs64 945/head
authorKhem Raj <raj.khem@gmail.com>
Sun, 20 Oct 2024 14:55:23 +0000 (07:55 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 20 Oct 2024 14:55:23 +0000 (07:55 -0700)
commit0b39f4484553c796cb300fb4933ea314e91d913b
tree50116603926eb8e021cdaaec90f8f59f43bc75cb
parentd103eaeae169708ca567f092182a89b79e5ab9db
Use statvfs instead of statvfs64

when using LFS64 these functions are same and also
on 64bit systems they are same. musl is using 64bit off_t
by default and does not define LFS64 variants of these functions
and it ends up in build errors
snapper/FileUtils.cc