diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-14 18:47:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-14 18:47:33 +0000 |
commit | 98e599ca063bbba13e0806d54f8caa9b0d10ba56 (patch) | |
tree | 69f3fb0fcada0398c27cc3d6e26a25144876fff4 /include | |
parent | ec455953008d08f588fe0c0bd9df4278cd188315 (diff) |
Commit Vladimir's latest version of stty.c. Nice work.
-Erik
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 3 |
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[] = { #ifdef BB_SORT APPLET("sort", sort_main, _BB_DIR_USR_BIN, sort_usage) #endif +#ifdef BB_STTY + APPLET("stty", stty_main, _BB_DIR_BIN, stty_usage) +#endif #ifdef BB_SWAPONOFF APPLET("swapoff", swap_on_off_main, _BB_DIR_SBIN, swapoff_usage) #endif |