From 54ade99658ea95bf9207b5547fe6a7b97e64c97a Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 7 Oct 2004 19:38:20 +0000 Subject: 2004-10-07 Greg Troxel * 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. --- ospfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ospfd/ChangeLog') 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 + + * 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 * ospf_snmp.c: Missed list typedef update -- cgit v1.2.1