]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 08:11:49 +0000 (08:11 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 08:11:49 +0000 (08:11 +0000)
lib/ChangeLog
old/fileutils/ChangeLog

index ea535cd293ded54208e4dd5df91eceb4dabdb08f..835eae935b41ddf522ed3dbab3e499bb5f8eda8d 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-23  Jim Meyering  <meyering@lucent.com>
+
+       * hash.h (struct hash_table): Don't define here.  Merely declare it.
+       * hash.c (struct hash_table): Define it here instead.
+
 2001-11-22  Jim Meyering  <meyering@lucent.com>
 
        * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
index 06e832014a3d5a6addf3c986fc2377c40a38ac0b..a30458a112170b3771ceb603682fbd692d514717 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-23  Jim Meyering  <meyering@lucent.com>
+
+       * src/cp-hash.c: Use opaque type, Hash_table, not `struct hash_table'.
+       * src/du.c: Likewise.
+       * src/remove.c: Likewise.
+
 2001-11-22  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.2.