Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r--coreutils/uname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c
index 6c0bdf096..e1e7a7660 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -44,7 +44,7 @@
* Fix handling of -a to not print "unknown", add -o and -i support.
*/
//config:config UNAME
-//config: bool "uname (3.9 kb)"
+//config: bool "uname (4.2 kb)"
//config: default y
//config: help
//config: uname is used to print system information.
@@ -59,7 +59,7 @@
//config:
//can't use "ARCH" for this applet, all hell breaks loose in build system :)
//config:config BB_ARCH
-//config: bool "arch (1.1 kb)"
+//config: bool "arch (1.4 kb)"
//config: default y
//config: help
//config: Same as uname -m.