aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 16:56:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 16:56:38 +0000
commit71bc71a7dc2601b1d9beb73ee1f178da1733788e (patch)
tree0dba091508cc1a72f77a0c6eae2afed1d0d550aa /include/applets.h
parent339f5eb2e0676da591150015e157c38c4ab52a3e (diff)
downloadbusybox-71bc71a7dc2601b1d9beb73ee1f178da1733788e.tar.gz
- add chrt applet.
text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index d1bf0f36b..214e63aa2 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -74,6 +74,7 @@ USE_CHMOD(APPLET(chmod, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_CHOWN(APPLET(chown, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_CHPST(APPLET(chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_CHROOT(APPLET(chroot, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
+USE_CHRT(APPLET(chrt, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_CHVT(APPLET(chvt, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_CKSUM(APPLET(cksum, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_CLEAR(APPLET(clear, _BB_DIR_USR_BIN, _BB_SUID_NEVER))