From: Jim Meyering Date: Fri, 11 Apr 2003 09:15:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~738 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ab3a2f2450b847ae280e73373e1283dd5b891a4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 71df3801a2..aa744fd07e 100644 --- a/TODO +++ b/TODO @@ -82,8 +82,8 @@ resolve RH report on cp -a forwarded by Tim Waugh Martin Michlmayr's patch to provide ls with `--sort directory' option clean-up: Remove all of the casts (they're unnecessary) found by this: - grep -E '\*\) *x(m|re)alloc\>' {lib,src}/*.[ch] + grep -E '\*\) *x(m|c|re)alloc\>' {lib,src}/*.[ch] Fix with this: - perl -pi -e 's/\([^(]*?\*\) *(x(m|re)alloc)\b/$1/' + perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/' Remove uses of PROTOTYPES