From: Jim Meyering Date: Thu, 16 May 1996 04:59:49 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14e~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51958e82aa0dbf7e9d6e9fc9d36b3954a6bdce17;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a46a554b14..ac41942870 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.