aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-19 05:31:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-19 05:31:45 +0000
commit9854b38d81f9a8c0c5feb245d070b378415a82c2 (patch)
treeeb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /busybox.c
parent1fede547092c5302a27d5c668a47335b36fcdf53 (diff)
downloadbusybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.tar.gz
busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.tar.bz2
busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@109 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index c41c350d1..efa4ec72d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -72,6 +72,9 @@ static const struct Applet applets[] = {
72#ifdef BB_INIT //sbin 72#ifdef BB_INIT //sbin
73 {"init", init_main}, 73 {"init", init_main},
74#endif 74#endif
75#ifdef BB_FEATURE_LINUXRC //
76 {"linuxrc", init_main},
77#endif
75#ifdef BB_KILL //bin 78#ifdef BB_KILL //bin
76 {"kill", kill_main}, 79 {"kill", kill_main},
77#endif 80#endif