*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 25 Apr 2002 18:02:59 +0000 (18:02 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Apr 2002 18:02:59 +0000 (18:02 +0000)
old/fileutils/ChangeLog

index 7b02bdc..4b0c36b 100644 (file)
@@ -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.