diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 12daed99..cc999a80 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,7 @@ +2004-03-09 Bastien Nocera + + * fsusage.c: fix build (we don't have "full-read.h" here) + 2003-12-27 Ole Laursen * README.fsusage: Added a few words about the code from GNU diff --git a/sysdeps/common/fsusage.c b/sysdeps/common/fsusage.c index 39e090a4..7ef917a8 100644 --- a/sysdeps/common/fsusage.c +++ b/sysdeps/common/fsusage.c @@ -79,8 +79,6 @@ int statvfs (); #endif -#include "full-read.h" - /* Many space usage primitives use all 1 bits to denote a value that is not applicable or unknown. Propagate this information by returning a uintmax_t value that is all 1 bits if X is all 1 bits, even if X