Our diff to convert statfs.f_type tests to statfs.f_fstypename was broken, since it used pointer equality tests for strings. Fortunately the default FS type is UFS and upstream tests for NFS using statfs.f_fstypename, so we only need to neuter tests based on statfs.f_type. ok martin@ (maintainer)