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/ospf6_message.c | |
| parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 (diff) | |
Remove usage of evil list and listnode typedefs.
Diffstat (limited to 'ospf6d/ospf6_message.c')
| -rw-r--r-- | ospf6d/ospf6_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index ae699b9005..d4a60dd9f5 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c @@ -1387,7 +1387,7 @@ ospf6_hello_send (struct thread *thread) struct ospf6_header *oh; struct ospf6_hello *hello; char *p; - listnode node; + struct listnode *node; struct ospf6_neighbor *on; oi = (struct ospf6_interface *) THREAD_ARG (thread); |
