From: Jim Meyering Date: Thu, 25 Apr 2002 18:02:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_12~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cf2e85eda6ef0308be99e3c829f14c88a94ce95;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7b02bdc239..4b0c36b0ed 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,10 @@ * Version 4.1.9. + Avoid warnings from gcc. + * src/dd.c: Declare input_file and output_file to be `const'. + (skip): Declare `file' parameter to be `const', too. + Remove hash table, active_dir_map, used to detect directory cycles. Instead, detect them lazily with just O(1) memory. Suggestion from Andi Kleen.