*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 1 Apr 1999 05:16:46 +0000 (05:16 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Apr 1999 05:16:46 +0000 (05:16 +0000)
old/fileutils/ChangeLog

index 049d544c505a364e4ca52a83953410046e6be773..ae6c562e05936df552bc5a8a48fc6fcc4b55dd87 100644 (file)
@@ -1,3 +1,19 @@
+1999-03-31  Jim Meyering  <meyering@ascend.com>
+
+       * 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  <meyering@ascend.com>
 
        * src/*.c: Don't include closeout.h or version-etc.h explicitly.