From 1cd8c36e4dad2db1d6745ffa65c994ea69265b93 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 27 Oct 1994 23:36:15 +0000 Subject: [PATCH] merge with 3.9t --- old/fileutils/ChangeLog | 2 ++ src/df.c | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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. */ -- 2.47.3