src/utils_mount.c: Prefer `getvfsstat' over `getfsstat' if both are present.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Oct 2006 16:17:07 +0000 (18:17 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Oct 2006 16:17:07 +0000 (18:17 +0200)
commit584033f1cce388b3832ecc096a6fe32260e827ff
tree1af362d6ccdf2b718ce5e15129605e8ee174de6f
parent36c7975c80bb1d43dbc4365670f2e5bce6055cbe
src/utils_mount.c: Prefer `getvfsstat' over `getfsstat' if both are present.

Apparently the `getfsstat' syscall is deprecated, so don't use it unless there
is no alternative.
src/utils_mount.c