Commit Vladimir's latest version of stty.c.  Nice work.
 -Erik
diff --git a/TODO b/TODO
index 3e0121b..325fe6c 100644
--- a/TODO
+++ b/TODO
@@ -26,12 +26,16 @@
 Possible apps to include some time:
 
 * hwclock
-* stty
 * group/commonize strings, remove dups (for i18n, l10n)
 
+-----------
+
+Write a fixup_globals function to do just that right before calling
+non-forking applets.  Or, just always fork...
+
 -----------------------
 
-Running the following:
+Run the following:
 
     rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
 	sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq