diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -260,6 +260,12 @@ Minor stuff: | |||
260 | Unfortunately, that needs linux/watchdog.h and that contains unfiltered | 260 | Unfortunately, that needs linux/watchdog.h and that contains unfiltered |
261 | kernel types on some distros, which breaks the build. | 261 | kernel types on some distros, which breaks the build. |
262 | 262 | ||
263 | use bb_error_msg where appropriate: See | ||
264 | egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))" | ||
265 | |||
266 | use bb_perror_msg where appropriate: See | ||
267 | egrep "[^_]perror" | ||
268 | |||
263 | 269 | ||
264 | Code cleanup: | 270 | Code cleanup: |
265 | 271 | ||