From fcfb5c04bbaa52ae7df5d45bc3ddadcc9e935fa1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Dec 2007 12:16:24 +0000 Subject: defconfig: update appletli.c: add vda's (C) top: fixlet for incorrect display of "0" Makefile: reduce stack size from 20k to 16k --- procps/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/top.c') diff --git a/procps/top.c b/procps/top.c index 0da742f0b..200519162 100644 --- a/procps/top.c +++ b/procps/top.c @@ -636,7 +636,7 @@ static void display_topmem_header(int scr_width) } fclose(fp); -#define S(s) (s ? s : "0") +#define S(s) (s ? s : "0 ") snprintf(linebuf, sizeof(linebuf), "Mem %stotal %sanon %smap %sfree", S(total), S(anon), S(map), S(mfree)); -- cgit v1.2.3