summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 09:15:14 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 09:15:14 +0000
commit2ab3a2f2450b847ae280e73373e1283dd5b891a4 (patch)
tree1809272eb2f503c7f6188e4026f83b4829d90124 /TODO
parent48f3410d03a80349daac540f6881b2ea29054cc6 (diff)
downloadcoreutils-2ab3a2f2450b847ae280e73373e1283dd5b891a4.tar.xz
*** empty log message ***
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