projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7367b57
)
git-statfs_f_ffree
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 1 Jun 2024 21:16:35 +0000
(23:16 +0200)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 1 Jun 2024 21:16:35 +0000
(23:16 +0200)
commit
091ee2190dd5f30ca5eb4549f531ab7b75a1fd6e
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
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
sysdeps/mach/hurd/statfsconv.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/statfsconv.c
b/sysdeps/mach/hurd/statfsconv.c
index 8a2051c26985e008c43125f47511c3f4e52db9fe..87c9688e082e75ac60ea92a96aecbe356ed0e355 100644
(file)
--- 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);