svn commit: [26117] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Wed Apr 15 21:49:48 UTC 2009


Author: vda
Date: 2009-04-15 21:49:48 +0000 (Wed, 15 Apr 2009)
New Revision: 26117

Log:
hush: remove TODO comment itself :)



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-15 21:48:23 UTC (rev 26116)
+++ trunk/busybox/shell/hush.c	2009-04-15 21:49:48 UTC (rev 26117)
@@ -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 {



More information about the busybox-cvs mailing list