diff options
author | gdt <gdt> | 2004-10-07 19:38:20 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-10-07 19:38:20 +0000 |
commit | 54ade99658ea95bf9207b5547fe6a7b97e64c97a (patch) | |
tree | 7e800471cc271728b36ab3fccaf86c13c27c3a16 /ospfd/ChangeLog | |
parent | 6ad96ea16ee54578391bb4ca88d047ac9d3654fc (diff) |
2004-10-07 Greg Troxel <gdt@claude.ir.bbn.com>
* ospf_apiserver.c (ospf_apiserver_unregister_opaque_type): Don't
use of variable names 'node' and 'nextnode' to avoid possible
conflict with list macros. Move variable declaration inside for
loop after a statement to top of function.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 20e9f409..f71479e8 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2004-10-07 Greg Troxel <gdt@claude.ir.bbn.com> + + * ospf_apiserver.c (ospf_apiserver_unregister_opaque_type): Don't + use of variable names 'node' and 'nextnode' to avoid possible + conflict with list macros. Move variable declaration inside for + loop after a statement to top of function. + 2004-10-07 Paul Jakma <paul@dishone.st> * ospf_snmp.c: Missed list typedef update |