From 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 23 Sep 2004 19:18:23 +0000 Subject: Remove usage of evil list and listnode typedefs. --- ospf6d/ospf6_intra.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ospf6d/ospf6_intra.c') diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index 4452e624..fd208fd0 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -109,7 +109,7 @@ ospf6_router_lsa_originate (struct thread *thread) struct ospf6_lsa *lsa; u_int32_t link_state_id = 0; - listnode i, j; + struct listnode *i, *j; struct ospf6_interface *oi; struct ospf6_neighbor *on, *drouter = NULL; struct ospf6_router_lsa *router_lsa; @@ -354,7 +354,7 @@ ospf6_network_lsa_originate (struct thread *thread) struct ospf6_network_lsdesc *lsdesc; struct ospf6_neighbor *on; struct ospf6_link_lsa *link_lsa; - listnode i; + struct listnode *i; u_int16_t type; oi = (struct ospf6_interface *) THREAD_ARG (thread); @@ -687,7 +687,7 @@ ospf6_intra_prefix_lsa_originate_stub (struct thread *thread) struct ospf6_neighbor *on; struct ospf6_route *route; struct ospf6_prefix *op; - listnode i, j; + struct listnode *i, *j; int full_count = 0; unsigned short prefix_num = 0; char buf[BUFSIZ]; @@ -839,7 +839,7 @@ ospf6_intra_prefix_lsa_originate_transit (struct thread *thread) struct ospf6_neighbor *on; struct ospf6_route *route; struct ospf6_prefix *op; - listnode i; + struct listnode *i; int full_count = 0; unsigned short prefix_num = 0; struct ospf6_route_table *route_advertise; -- cgit v1.2.1