merge with 3.9s
authorJim Meyering <jim@meyering.net>
Thu, 27 Oct 1994 13:43:59 +0000 (13:43 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Oct 1994 13:43:59 +0000 (13:43 +0000)
lib/fsusage.c
old/fileutils/ChangeLog

index f326c37..e8c1bfc 100644 (file)
@@ -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
 
index a65f9ed..c28f872 100644 (file)
@@ -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.