aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-09-18 00:58:49 +0000
committerRob Landley <rob@landley.net>2005-09-18 00:58:49 +0000
commitd57ae8b796e8793a1c7864f91d5f191e544718a5 (patch)
tree6fec694b5e840abf27ea38d16b7c1d983e69068b /include
parent07e42dc05612653f83d31fcea325afbe38182c1f (diff)
downloadbusybox-d57ae8b796e8793a1c7864f91d5f191e544718a5.tar.gz
First cleanup pass, from Rob Sullivan. More to be done...
Diffstat (limited to 'include')
-rw-r--r--include/applets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h
index 64e561a88..916597078 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -356,12 +356,12 @@
#ifdef CONFIG_LENGTH
APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
-#ifdef CONFIG_FEATURE_INITRD
- APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
-#endif
#ifdef CONFIG_LESS
APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
+#ifdef CONFIG_FEATURE_INITRD
+ APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
+#endif
#ifdef CONFIG_LN
APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif