summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a46a554b1..ac4194287 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.