mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 10:39:01 +02:00
merge with 3.9t
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user