From: Jim Meyering Date: Thu, 27 Oct 1994 23:36:15 +0000 (+0000) Subject: merge with 3.9t X-Git-Tag: textutils-1_12_1~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cd8c36e4dad2db1d6745ffa65c994ea69265b93;p=thirdparty%2Fcoreutils.git merge with 3.9t --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c28f8722ed..7cffa8325b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ Thu Oct 27 00:02:45 1994 Jim Meyering (meyering@comco.com) + * fsusage.c: Include before safe-stat.h. + * cp.c (make_path): Don't change protections on existing directory. Reported by Andreas Schwab. diff --git a/src/df.c b/src/df.c index 2145bfa413..0be20f78a4 100644 --- a/src/df.c +++ b/src/df.c @@ -79,8 +79,9 @@ static int kilobyte_blocks; /* If nonzero, use the POSIX output format. */ static int posix_format; -/* If nonzero, invoke the `sync' system call. Using this option - can make df very slow, especially with many or very busy disks. */ +/* If nonzero, invoke the `sync' system call before getting any usage data. + Using this option can make df very slow, especially with many or very + busy disks. */ static int require_sync; /* Nonzero if errors have occurred. */