From bbea0501a9a8fcfa409624dfb9b952ef9396a3a1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 Apr 1999 05:16:46 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 049d544..ae6c562 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,19 @@ +1999-03-31 Jim Meyering + + * src/du.c: Remove prototypes and tsort function definitions. + + * src/chown.c (main): Move the declaration of `e' into the scope + where it's used and make it `const'. + + * src/install.c (main): Qualify a char* with the `const' keyword. + (install_file_in_dir): Likewise. + * src/ln.c (main): Likewise. + * src/mkdir.c (main): Likewise. + * src/mkfifo.c (main): Likewise. + * src/mknod.c (main): Likewise. + * src/mv.c (main): Likewise. + * src/touch.c (touch): Likewise. + 1999-03-30 Jim Meyering * src/*.c: Don't include closeout.h or version-etc.h explicitly. -- 2.7.4