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-w32-d57ae8b796e8793a1c7864f91d5f191e544718a5.tar.gz
busybox-w32-d57ae8b796e8793a1c7864f91d5f191e544718a5.tar.bz2
busybox-w32-d57ae8b796e8793a1c7864f91d5f191e544718a5.zip
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 @@
356#ifdef CONFIG_LENGTH 356#ifdef CONFIG_LENGTH
357 APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 357 APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
358#endif 358#endif
359#ifdef CONFIG_FEATURE_INITRD
360 APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
361#endif
362#ifdef CONFIG_LESS 359#ifdef CONFIG_LESS
363 APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 360 APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
364#endif 361#endif
362#ifdef CONFIG_FEATURE_INITRD
363 APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
364#endif
365#ifdef CONFIG_LN 365#ifdef CONFIG_LN
366 APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER) 366 APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER)
367#endif 367#endif