aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 561aa01b5..45365b370 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -49,7 +49,7 @@ static const struct Applet applets[] = {
49 {"false", false_main}, 49 {"false", false_main},
50#endif 50#endif
51#ifdef BB_FDFLUSH //bin 51#ifdef BB_FDFLUSH //bin
52 {"fdflush", monadic_main}, 52 {"fdflush", fdflush_main},
53#endif 53#endif
54#ifdef BB_FIND //usr/bin 54#ifdef BB_FIND //usr/bin
55 {"find", find_main}, 55 {"find", find_main},
@@ -70,7 +70,7 @@ static const struct Applet applets[] = {
70 {"length", length_main}, 70 {"length", length_main},
71#endif 71#endif
72#ifdef BB_LN //bin 72#ifdef BB_LN //bin
73 {"ln", dyadic_main}, 73 {"ln", ln_main},
74#endif 74#endif
75#ifdef BB_LOADKMAP //sbin 75#ifdef BB_LOADKMAP //sbin
76 {"loadkmap", loadkmap_main}, 76 {"loadkmap", loadkmap_main},
@@ -88,7 +88,7 @@ static const struct Applet applets[] = {
88 {"math", math_main}, 88 {"math", math_main},
89#endif 89#endif
90#ifdef BB_MKDIR //bin 90#ifdef BB_MKDIR //bin
91 {"mkdir", monadic_main}, 91 {"mkdir", mkdir_main},
92#endif 92#endif
93#ifdef BB_MKNOD //bin 93#ifdef BB_MKNOD //bin
94 {"mknod", mknod_main}, 94 {"mknod", mknod_main},
@@ -124,7 +124,7 @@ static const struct Applet applets[] = {
124 {"rm", rm_main}, 124 {"rm", rm_main},
125#endif 125#endif
126#ifdef BB_RMDIR //bin 126#ifdef BB_RMDIR //bin
127 {"rmdir", monadic_main}, 127 {"rmdir", rmdir_main},
128#endif 128#endif
129#ifdef BB_SLEEP //bin 129#ifdef BB_SLEEP //bin
130 {"sleep", sleep_main}, 130 {"sleep", sleep_main},