From ab1d1077d642722818aba412b48596fe520a64f0 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 9 Mar 2004 23:32:08 +0000 Subject: [PATCH] fix build (we don't have "full-read.h" here) 2004-03-09 Bastien Nocera * fsusage.c: fix build (we don't have "full-read.h" here) --- sysdeps/common/ChangeLog | 4 ++++ sysdeps/common/fsusage.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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