From: Zbigniew Jędrzejewski-Szmek Date: Mon, 12 Sep 2016 18:56:50 +0000 (+0100) Subject: TODO: remove strerror entry X-Git-Tag: v232~218^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=432b5c8a4df006d29531f73b2d980d5908f4e0c5;p=thirdparty%2Fsystemd.git TODO: remove strerror entry I believe the remaining call sites are legitimate uses which cannot be easily replaced with %m. --- diff --git a/TODO b/TODO index 88bf48d0d94..ba65f7f40f6 100644 --- a/TODO +++ b/TODO @@ -27,8 +27,6 @@ Janitorial Clean-ups: * replace manual readdir() loops with FOREACH_DIRENT or FOREACH_DIRENT_ALL -* Get rid of the last strerror() invocations in favour of %m and strerror_r() - * Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again Features: