From: Jim Meyering Date: Fri, 23 Nov 2001 08:11:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e55f173989ab21bb87fd3c2c6bd12305469e179;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ea535cd293..835eae935b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2001-11-23 Jim Meyering + + * 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 * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif. diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 06e832014a..a30458a112 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +2001-11-23 Jim Meyering + + * 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 * Version 4.1.2.