From 2ab3a2f2450b847ae280e73373e1283dd5b891a4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Apr 2003 09:15:14 +0000 Subject: *** empty log message *** --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 71df3801a..aa744fd07 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 -- cgit v1.2.3-54-g00ecf