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_spf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/ospf6_spf.h') diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h index 64f5ed8e..6a6424ea 100644 --- a/ospf6d/ospf6_spf.h +++ b/ospf6d/ospf6_spf.h @@ -68,7 +68,7 @@ struct ospf6_vertex /* For tree display */ struct ospf6_vertex *parent; - list child_list; + struct list *child_list; }; #define OSPF6_VERTEX_TYPE_ROUTER 0x01 -- cgit v1.2.3