From: Jim Meyering Date: Thu, 1 Apr 1999 05:16:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbea0501a9a8fcfa409624dfb9b952ef9396a3a1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 049d544c50..ae6c562e05 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.