diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-11 09:11:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-11 09:11:18 +0000 |
commit | 48f3410d03a80349daac540f6881b2ea29054cc6 (patch) | |
tree | d604777d2411fd429d20a7ad6b2ee1a67717e58f /TODO | |
parent | 95790ad375b9954caf9ade06ac6db8f2fe720ff4 (diff) | |
download | coreutils-48f3410d03a80349daac540f6881b2ea29054cc6.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,3 +83,7 @@ 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] +Fix with this: + perl -pi -e 's/\([^(]*?\*\) *(x(m|re)alloc)\b/$1/' + +Remove uses of PROTOTYPES |