diff options
author | hasso <hasso> | 2004-09-23 19:18:23 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-23 19:18:23 +0000 |
commit | 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd (patch) | |
tree | a557339540c56dd3953c29a50ca0e48c1911efc8 /ospf6d/ChangeLog | |
parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 (diff) |
Remove usage of evil list and listnode typedefs.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 4f64cbc2..e7ef97ec 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,7 @@ +2004-09-23 Hasso Tepper <hasso at quagga.net> + + * *.[c|h]: list -> struct list *, listnode -> struct listnode *. + 2004-09-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_intra.c, ospf6_route.[ch]: try to fix assertion failure |