svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Sun Jun 4 15:38:00 UTC 2006


Author: aldot
Date: 2006-06-04 08:37:59 -0700 (Sun, 04 Jun 2006)
New Revision: 15280

Log:
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
  perror("bar") -> bb_perror_msg("bar");


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2006-06-03 22:45:37 UTC (rev 15279)
+++ trunk/busybox/TODO	2006-06-04 15:37:59 UTC (rev 15280)
@@ -260,7 +260,13 @@
   Unfortunately, that needs linux/watchdog.h and that contains unfiltered
   kernel types on some distros, which breaks the build.
 
+  use bb_error_msg where appropriate: See
+  egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))"
 
+  use bb_perror_msg where appropriate: See
+  egrep "[^_]perror"
+
+
 Code cleanup:
 
 Replace deprecated functions.




More information about the busybox-cvs mailing list