diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-23 08:11:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-23 08:11:49 +0000 |
commit | 2e55f173989ab21bb87fd3c2c6bd12305469e179 (patch) | |
tree | 20d4cbce120c13b20974d51e2d02914383648323 /lib/ChangeLog | |
parent | 4d13e6fa55b4c96ab22ab646c52a62797cb33858 (diff) | |
download | coreutils-2e55f173989ab21bb87fd3c2c6bd12305469e179.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ea535cd29..835eae935 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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. |