From: GNU Libc Maintainers Date: Mon, 6 May 2024 20:34:15 +0000 (+0200) Subject: git-statfs_f_ffree X-Git-Tag: archive/raspbian/2.38-8+rpi1^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da801b4ce551c2f9c5c722873dd7eb5ab55a81e3;p=glibc.git git-statfs_f_ffree commit 091ee2190dd5f30ca5eb4549f531ab7b75a1fd6e Author: Samuel Thibault Date: Tue Nov 7 12:51:25 2023 +0100 hurd: statfsconv: Add missing f_ffree conversion Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-statfs_f_ffree.patch --- diff --git a/sysdeps/mach/hurd/statfsconv.c b/sysdeps/mach/hurd/statfsconv.c index 8a2051c26..87c9688e0 100644 --- a/sysdeps/mach/hurd/statfsconv.c +++ b/sysdeps/mach/hurd/statfsconv.c @@ -34,6 +34,7 @@ statfs64_conv (struct statfs *buf, const struct statfs64 *buf64) DO (f_bfree); DO (f_bavail); DO (f_files); + DO (f_ffree); DO (f_fsid); DO (f_namelen); DO (f_favail);