summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fsusage.c2
-rw-r--r--old/fileutils/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index f326c3759..e8c1bfca1 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -20,6 +20,7 @@
#endif
#include <sys/types.h>
+#include <sys/stat.h>
#include "fsusage.h"
#include "safe-stat.h"
@@ -50,7 +51,6 @@ int statfs ();
#endif
#ifdef HAVE_DUSTAT_H /* AIX PS/2. */
-#include <sys/stat.h>
#include <sys/dustat.h>
#endif
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a65f9ed95..c28f8722e 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -5,7 +5,7 @@ Thu Oct 27 00:02:45 1994 Jim Meyering (meyering@comco.com)
* df.c: New option: --sync (-s). No longer perform sync by default.
Do it only when this option is used. Invoking sync can be very
- expensive, and it's not that clear doing so yields more up to date
+ expensive, and it's not clear that doing so yields more up to date
results. With encouragement/prodding from Paolo Zeppegno
(paolo@to.sem.it), Nick Holloway, and Kaveh Ghazi.