summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
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