fix build (we don't have "full-read.h" here)

2004-03-09  Bastien Nocera  <hadess@hadess.net>

	* fsusage.c: fix build (we don't have "full-read.h" here)
This commit is contained in:
Bastien Nocera
2004-03-09 23:32:08 +00:00
committed by Bastien Nocera
parent 3c7c79944c
commit ab1d1077d6
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-03-09 Bastien Nocera <hadess@hadess.net>
* fsusage.c: fix build (we don't have "full-read.h" here)
2003-12-27 Ole Laursen <olau@hardworking.dk> 2003-12-27 Ole Laursen <olau@hardworking.dk>
* README.fsusage: Added a few words about the code from GNU * README.fsusage: Added a few words about the code from GNU

View File

@@ -79,8 +79,6 @@
int statvfs (); int statvfs ();
#endif #endif
#include "full-read.h"
/* Many space usage primitives use all 1 bits to denote a value that is /* Many space usage primitives use all 1 bits to denote a value that is
not applicable or unknown. Propagate this information by returning 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 a uintmax_t value that is all 1 bits if X is all 1 bits, even if X