projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27014ed
)
hush: remove TODO comment itself :)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 15 Apr 2009 21:49:48 +0000
(21:49 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 15 Apr 2009 21:49:48 +0000
(21:49 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 683f9ba328d62ccd4b3eb90aba6391bc9514bc8b..b91e8c34db5af473ceb3b5d9ce6aafabe9ce1fa8 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-147,8
+147,7
@@
static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER;
/* This supports saving pointers malloced in vfork child,
- * to be freed in the parent. One pointer is saved in
- * G.argv_from_re_execing global var instead. TODO: unify.
+ * to be freed in the parent.
*/
#if !BB_MMU
typedef struct nommu_save_t {