summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-14 18:47:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-14 18:47:33 +0000
commit98e599ca063bbba13e0806d54f8caa9b0d10ba56 (patch)
tree69f3fb0fcada0398c27cc3d6e26a25144876fff4 /include/applets.h
parentec455953008d08f588fe0c0bd9df4278cd188315 (diff)
downloadbusybox-w32-98e599ca063bbba13e0806d54f8caa9b0d10ba56.tar.gz
busybox-w32-98e599ca063bbba13e0806d54f8caa9b0d10ba56.tar.bz2
busybox-w32-98e599ca063bbba13e0806d54f8caa9b0d10ba56.zip
Commit Vladimir's latest version of stty.c. Nice work.
-Erik
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 9aa65dac0..0b70a6120 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -308,6 +308,9 @@ const struct BB_applet applets[] = {
308#ifdef BB_SORT 308#ifdef BB_SORT
309 APPLET("sort", sort_main, _BB_DIR_USR_BIN, sort_usage) 309 APPLET("sort", sort_main, _BB_DIR_USR_BIN, sort_usage)
310#endif 310#endif
311#ifdef BB_STTY
312 APPLET("stty", stty_main, _BB_DIR_BIN, stty_usage)
313#endif
311#ifdef BB_SWAPONOFF 314#ifdef BB_SWAPONOFF
312 APPLET("swapoff", swap_on_off_main, _BB_DIR_SBIN, swapoff_usage) 315 APPLET("swapoff", swap_on_off_main, _BB_DIR_SBIN, swapoff_usage)
313#endif 316#endif