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:
318c811
)
free: no longer include common_bufsiz.h
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 5 Oct 2017 12:16:09 +0000
(14:16 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 5 Oct 2017 12:16:09 +0000
(14:16 +0200)
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 fa423cfa5b178c7105e6c0a3c4daf8d89547e09e..48139c4a3d6d3d2d7c8d41b24cc1e14a2e808652 100644
(file)
--- a/
procps/free.c
+++ b/
procps/free.c
@@
-32,7
+32,6
@@
//usage: "Total: 386144 257128 129016\n"
#include "libbb.h"
-#include "common_bufsiz.h"
#ifdef __linux__
# include <sys/sysinfo.h>
#endif