aboutsummaryrefslogtreecommitdiff
path: root/init/bootchartd.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 /init/bootchartd.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 'init/bootchartd.c')
-rw-r--r--init/bootchartd.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c
index b5dd17439..373cde2d8 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -2,11 +2,6 @@
2/* 2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
4 */ 4 */
5
6//applet:IF_BOOTCHARTD(APPLET(bootchartd, BB_DIR_SBIN, BB_SUID_DROP))
7
8//kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o
9
10//config:config BOOTCHARTD 5//config:config BOOTCHARTD
11//config: bool "bootchartd (10 kb)" 6//config: bool "bootchartd (10 kb)"
12//config: default y 7//config: default y
@@ -46,6 +41,10 @@
46//config: Enable reading and parsing of $PWD/bootchartd.conf 41//config: Enable reading and parsing of $PWD/bootchartd.conf
47//config: and /etc/bootchartd.conf files. 42//config: and /etc/bootchartd.conf files.
48 43
44//applet:IF_BOOTCHARTD(APPLET(bootchartd, BB_DIR_SBIN, BB_SUID_DROP))
45
46//kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o
47
49#include "libbb.h" 48#include "libbb.h"
50#include "common_bufsiz.h" 49#include "common_bufsiz.h"
51/* After libbb.h, since it needs sys/types.h on some systems */ 50/* After libbb.h, since it needs sys/types.h on some systems */