merge with 3.9t

This commit is contained in:
Jim Meyering 1994-10-27 23:36:15 +00:00
parent 2e9d555f8c
commit 1cd8c36e4d
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Thu Oct 27 00:02:45 1994 Jim Meyering (meyering@comco.com)
* fsusage.c: Include <sys/stat.h> before safe-stat.h.
* cp.c (make_path): Don't change protections on existing directory.
Reported by Andreas Schwab.

View File

@ -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. */