diff options
-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. |