From 96f5cde25e55a9f9cfd33d8f54c19cbc93db6655 Mon Sep 17 00:00:00 2001 From: aldot Date: Sun, 4 Jun 2006 15:37:59 +0000 Subject: - note to cleanup fprintf(2,...) -> bb_error_msg(...) and perror("bar") -> bb_perror_msg("bar"); git-svn-id: svn://busybox.net/trunk/busybox@15280 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 8f8c2942e..2a963ddb9 100644 --- a/TODO +++ b/TODO @@ -260,6 +260,12 @@ Minor stuff: 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: -- cgit v1.2.3-55-g6feb