.
authorJim Meyering <jim@meyering.net>
Thu, 16 May 1996 04:59:49 +0000 (04:59 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 May 1996 04:59:49 +0000 (04:59 +0000)
old/fileutils/ChangeLog

index a46a554..ac41942 100644 (file)
@@ -6,12 +6,12 @@ Wed May 15 22:54:31 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * ln.c (do_link): Declare pointer parameters to be const.
 
-       * df.c (selected_fstype): Move definition to precede use.
-       Remove prototype.  Declare parameter FSTYPE to be const.
-       (excluded_fstype): Likewise.
-       (main): Fail with a diagnostic if both --human-readable and
+       * df.c (main): Fail with a diagnostic if both --human-readable and
        --portability are used.
        Likewise if --megabytes and --portability are used.
+       Rearrange function definitions to precede respective uses to obviate
+       all forward dcls. Remove forward dcls.
+       Declare parameters const as appropriate.
 
        * modechange.c (mode_compile): Declare parameter MODE_STRING const.
        Remove register attribute.