aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-15 21:49:48 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-15 21:49:48 +0000
commitc376db332cfcab6b25b381729bd658b703a2f36a (patch)
tree65b18103341c85b6b4111894c418804fec755e2e /shell
parent27014ed5cb9f91d982426d53cd2fd8b8f923df09 (diff)
downloadbusybox-w32-c376db332cfcab6b25b381729bd658b703a2f36a.tar.gz
busybox-w32-c376db332cfcab6b25b381729bd658b703a2f36a.tar.bz2
busybox-w32-c376db332cfcab6b25b381729bd658b703a2f36a.zip
hush: remove TODO comment itself :)
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 683f9ba32..b91e8c34d 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -147,8 +147,7 @@
147static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER; 147static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER;
148 148
149/* This supports saving pointers malloced in vfork child, 149/* This supports saving pointers malloced in vfork child,
150 * to be freed in the parent. One pointer is saved in 150 * to be freed in the parent.
151 * G.argv_from_re_execing global var instead. TODO: unify.
152 */ 151 */
153#if !BB_MMU 152#if !BB_MMU
154typedef struct nommu_save_t { 153typedef struct nommu_save_t {