diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /coreutils/mktemp.c | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2 busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/mktemp.c')
-rw-r--r-- | coreutils/mktemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mktemp.c b/coreutils/mktemp.c index 33e2720de..91b2be6d3 100644 --- a/coreutils/mktemp.c +++ b/coreutils/mktemp.c | |||
@@ -29,7 +29,7 @@ | |||
29 | * -p; else /tmp [deprecated] | 29 | * -p; else /tmp [deprecated] |
30 | */ | 30 | */ |
31 | //config:config MKTEMP | 31 | //config:config MKTEMP |
32 | //config: bool "mktemp (4.2 kb)" | 32 | //config: bool "mktemp (4.5 kb)" |
33 | //config: default y | 33 | //config: default y |
34 | //config: help | 34 | //config: help |
35 | //config: mktemp is used to create unique temporary files | 35 | //config: mktemp is used to create unique temporary files |