aboutsummaryrefslogtreecommitdiff
path: root/procps/smemcap.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
commit0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch)
treecfe1328d742da3f0572ac8b2f06aa95259862ac5 /procps/smemcap.c
parentb63afead4411c5832d427ed149683c85cc81a4c9 (diff)
downloadbusybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/smemcap.c')
-rw-r--r--procps/smemcap.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/procps/smemcap.c b/procps/smemcap.c
index c15fef1c3..81f4cafad 100644
--- a/procps/smemcap.c
+++ b/procps/smemcap.c
@@ -7,11 +7,6 @@
7 the GNU General Public License version 2 or later, incorporated 7 the GNU General Public License version 2 or later, incorporated
8 herein by reference. 8 herein by reference.
9*/ 9*/
10
11//applet:IF_SMEMCAP(APPLET(smemcap, BB_DIR_USR_BIN, BB_SUID_DROP))
12
13//kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o
14
15//config:config SMEMCAP 10//config:config SMEMCAP
16//config: bool "smemcap (2.5 kb)" 11//config: bool "smemcap (2.5 kb)"
17//config: default y 12//config: default y
@@ -19,6 +14,10 @@
19//config: smemcap is a tool for capturing process data for smem, 14//config: smemcap is a tool for capturing process data for smem,
20//config: a memory usage statistic tool. 15//config: a memory usage statistic tool.
21 16
17//applet:IF_SMEMCAP(APPLET(smemcap, BB_DIR_USR_BIN, BB_SUID_DROP))
18
19//kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o
20
22#include "libbb.h" 21#include "libbb.h"
23#include "bb_archive.h" 22#include "bb_archive.h"
24 23