projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4504c
)
git-statfs_f_ffree
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sun, 3 Dec 2023 13:23:52 +0000
(14:23 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Sun, 3 Dec 2023 13:23:52 +0000
(14:23 +0100)
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 f67d6b98511c6610ea6efb2fe5b9c819e61fe358..ef104caf17f753742f66adbbfc268094d40d985c 100644
(file)
--- a/
sysdeps/mach/hurd/statfsconv.c
+++ b/
sysdeps/mach/hurd/statfsconv.c
@@
-36,6
+36,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);