aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-22 08:18:41 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-22 08:18:41 +0000
commit0d8d1a368efe2f9dec33693d50c9fc0c76e94d3b (patch)
tree7ef19a74169e184fab135e134d6f21b66bd6f44a /include/applets.h
parent310cb43afb101eacc9588643530c41873cd7869a (diff)
downloadbusybox-w32-0d8d1a368efe2f9dec33693d50c9fc0c76e94d3b.tar.gz
busybox-w32-0d8d1a368efe2f9dec33693d50c9fc0c76e94d3b.tar.bz2
busybox-w32-0d8d1a368efe2f9dec33693d50c9fc0c76e94d3b.zip
- add new applet resize.
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print git-svn-id: svn://busybox.net/trunk/busybox@16176 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 0bb257b6d..0263a2098 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -226,6 +226,7 @@ USE_REALPATH(APPLET(realpath, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
226USE_HALT(APPLET_ODDNAME(reboot, halt, _BB_DIR_SBIN, _BB_SUID_NEVER, reboot)) 226USE_HALT(APPLET_ODDNAME(reboot, halt, _BB_DIR_SBIN, _BB_SUID_NEVER, reboot))
227USE_RENICE(APPLET(renice, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 227USE_RENICE(APPLET(renice, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
228USE_RESET(APPLET(reset, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 228USE_RESET(APPLET(reset, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
229USE_APP_RESIZE(APPLET(resize, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
229USE_RM(APPLET(rm, _BB_DIR_BIN, _BB_SUID_NEVER)) 230USE_RM(APPLET(rm, _BB_DIR_BIN, _BB_SUID_NEVER))
230USE_RMDIR(APPLET(rmdir, _BB_DIR_BIN, _BB_SUID_NEVER)) 231USE_RMDIR(APPLET(rmdir, _BB_DIR_BIN, _BB_SUID_NEVER))
231USE_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) 232USE_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_NEVER))