aboutsummaryrefslogtreecommitdiff
path: root/miscutils/runlevel.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-01-25 23:21:46 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-25 23:21:46 +0100
commit8d0e0cdadf726beab28ccdc7d69738c1534e1f74 (patch)
tree73eec58affb5ac0b6d8e97fb36e9f0beb11da00d /miscutils/runlevel.c
parent9aa599dc9dc076f6fa6e4312e4750a703cf16450 (diff)
downloadbusybox-w32-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.tar.gz
busybox-w32-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.tar.bz2
busybox-w32-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.zip
move utmp.h include to libbb.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r--miscutils/runlevel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c
index 363e45049..7024361e7 100644
--- a/miscutils/runlevel.c
+++ b/miscutils/runlevel.c
@@ -12,7 +12,6 @@
12 * initially busyboxified by Bernhard Reutner-Fischer 12 * initially busyboxified by Bernhard Reutner-Fischer
13 */ 13 */
14#include "libbb.h" 14#include "libbb.h"
15#include <utmp.h>
16 15
17int runlevel_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 16int runlevel_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
18int runlevel_main(int argc UNUSED_PARAM, char **argv) 17int runlevel_main(int argc UNUSED_PARAM, char **argv)