mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-12 11:23:43 +08:00
merge with 3.9t
This commit is contained in:
parent
2e9d555f8c
commit
1cd8c36e4d
@ -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.
|
||||
|
||||
|
5
src/df.c
5
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user