projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03cd3b
)
free: silence warning about unused argv
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 26 Feb 2010 08:28:30 +0000
(09:28 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 26 Feb 2010 08:28:30 +0000
(09:28 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/free.c
patch
|
blob
|
history
diff --git
a/procps/free.c
b/procps/free.c
index a941b6252679a23beca6014785b68fdbddc9b7ed..473d70be80eed4e0a4caa9c67659e69e22237bdf 100644
(file)
--- a/
procps/free.c
+++ b/
procps/free.c
@@
-12,7
+12,7
@@
#include "libbb.h"
int free_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int free_main(int argc UNUSED_PARAM, char **argv)
+int free_main(int argc UNUSED_PARAM, char **argv
IF_NOT_DESKTOP(UNUSED_PARAM)
)
{
struct sysinfo info;
unsigned mem_unit;