aboutsummaryrefslogtreecommitdiff
path: root/procps/pmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/pmap.c')
-rw-r--r--procps/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pmap.c b/procps/pmap.c
index 5c2d1ad59..c8fa0d280 100644
--- a/procps/pmap.c
+++ b/procps/pmap.c
@@ -7,7 +7,6 @@
7 * Licensed under GPLv2 or later, see the LICENSE file in this source tree 7 * Licensed under GPLv2 or later, see the LICENSE file in this source tree
8 * for details. 8 * for details.
9 */ 9 */
10
11//config:config PMAP 10//config:config PMAP
12//config: bool "pmap (6 kb)" 11//config: bool "pmap (6 kb)"
13//config: default y 12//config: default y
@@ -15,6 +14,7 @@
15//config: Display processes' memory mappings. 14//config: Display processes' memory mappings.
16 15
17//applet:IF_PMAP(APPLET(pmap, BB_DIR_USR_BIN, BB_SUID_DROP)) 16//applet:IF_PMAP(APPLET(pmap, BB_DIR_USR_BIN, BB_SUID_DROP))
17
18//kbuild:lib-$(CONFIG_PMAP) += pmap.o 18//kbuild:lib-$(CONFIG_PMAP) += pmap.o
19 19
20//usage:#define pmap_trivial_usage 20//usage:#define pmap_trivial_usage