aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-08-23 10:59:38 +0100
committerRon Yorston <rmy@pobox.com>2020-08-23 10:59:38 +0100
commit5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce (patch)
tree64c983708f9f2a21a2fbec14a06d85057d886dfd /coreutils
parent64ecd10486934c12336dac84c67a1939dce0e096 (diff)
parenta949399d178f7b052ada2099c62621736eafce44 (diff)
downloadbusybox-w32-5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce.tar.gz
busybox-w32-5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce.tar.bz2
busybox-w32-5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/date.c1
-rw-r--r--coreutils/stat.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index 37a47eb14..1a3ae506c 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -37,7 +37,6 @@
37//config: bool "Support %[num]N nanosecond format specifier" 37//config: bool "Support %[num]N nanosecond format specifier"
38//config: default n # stat's nanosecond field is a bit non-portable 38//config: default n # stat's nanosecond field is a bit non-portable
39//config: depends on DATE 39//config: depends on DATE
40//config: select PLATFORM_LINUX
41//config: help 40//config: help
42//config: Support %[num]N format specifier. Adds ~250 bytes of code. 41//config: Support %[num]N format specifier. Adds ~250 bytes of code.
43//config: 42//config:
diff --git a/coreutils/stat.c b/coreutils/stat.c
index 93cf03bf2..c332e5dc8 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -22,7 +22,6 @@
22//config: bool "Enable custom formats (-c)" 22//config: bool "Enable custom formats (-c)"
23//config: default y 23//config: default y
24//config: depends on STAT 24//config: depends on STAT
25//config: select PLATFORM_LINUX # statfs()
26//config: help 25//config: help
27//config: Without this, stat will not support the '-c format' option where 26//config: Without this, stat will not support the '-c format' option where
28//config: users can pass a custom format string for output. This adds about 27//config: users can pass a custom format string for output. This adds about