Commit Vladimir's latest version of stty.c. Nice work.

-Erik
This commit is contained in:
Eric Andersen
2001-02-14 18:47:33 +00:00
parent ec45595300
commit 98e599ca06
9 changed files with 2830 additions and 2 deletions

View File

@@ -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