From d069e5398d7538bdcf0e97c357c28aade3d01a28 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 9 Sep 2009 23:12:10 +0200 Subject: a few more GCC-isms removed text data bss dec hex filename 824641 458 6956 832055 cb237 busybox_old 824631 458 6956 832045 cb22d busybox_unstripped Signed-off-by: Denys Vlasenko --- coreutils/logname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/logname.c b/coreutils/logname.c index 3400c30d9..7983d1704 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c @@ -27,7 +27,7 @@ int logname_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int logname_main(int argc, char **argv UNUSED_PARAM) { - char buf[128]; + char buf[64]; if (argc > 1) { bb_show_usage(); -- cgit v1.2.3