diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-23 16:15:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-23 16:15:31 +0000 |
commit | d1ea3d6f17b9f4176b9b76cddf4b00580c3910a5 (patch) | |
tree | 67ae6792ff22b9a846975580921b7178d2a53e55 | |
parent | 339afbb210200fbfd7839fc9ce6593daef8e057b (diff) | |
download | coreutils-d1ea3d6f17b9f4176b9b76cddf4b00580c3910a5.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9fea8b101..9e9d6fc11 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -12,7 +12,7 @@ * src/ls.c: Likewise. * src/dircolors.c: Remove free and malloc decls. * src/ls.c: Likewise. - * src/rm.c: Likewise. + * src/rm.c: Remove free, malloc, and realloc decls. On some systems, strstr and stpcpy are macros, so declaring them unconditionally gets syntax errors. Reported by Mark M. Kettenis. |