commit | 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Sep 23 19:18:23 2004 +0000 |
committer | hasso <hasso> | Thu Sep 23 19:18:23 2004 +0000 |
tree | a557339540c56dd3953c29a50ca0e48c1911efc8 | |
parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 [diff] [blame] |
Remove usage of evil list and listnode typedefs.
diff --git a/bgpd/bgp_network.c b/bgpd/bgp_network.c index aa369bc..85e12d9 100644 --- a/bgpd/bgp_network.c +++ b/bgpd/bgp_network.c
@@ -175,7 +175,7 @@ { struct prefix_ipv4 *p; struct connected *connected; - listnode node; + struct listnode *node; for (node = listhead (ifp->connected); node; nextnode (node)) {