From 8515688e4fc1e61508e192542688b3ff53ea4ca8 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 25 Aug 2002 21:19:46 +0000 Subject: Merge changes in the main trunk into the buildlink2 branch for those packages that have been converted to USE_BUILDLINK2. --- net/zebra/patches/patch-cc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net/zebra/patches/patch-cc (limited to 'net/zebra/patches/patch-cc') diff --git a/net/zebra/patches/patch-cc b/net/zebra/patches/patch-cc new file mode 100644 index 00000000000..f0b3577a829 --- /dev/null +++ b/net/zebra/patches/patch-cc @@ -0,0 +1,30 @@ +$NetBSD: patch-cc,v 1.1.2.2 2002/08/25 21:20:50 jlam Exp $ + +diff -u1 ospf6d/ospf6_area.c /home/itojun/work/zebra/zebra/ospf6d/ospf6_area.c +--- ospf6d/ospf6_area.c Mon Jul 8 22:31:02 2002 ++++ /home/itojun/work/zebra/zebra/ospf6d/ospf6_area.c Sat Aug 3 21:06:04 2002 +@@ -102,24 +102,2 @@ + void +-ospf6_area_intra_topo_add (struct ospf6_route_req *topo_entry) +-{ +- if (topo_entry->route.type == OSPF6_DEST_TYPE_ROUTER) +- { +- if (CHECK_FLAG (topo_entry->path.router_bits, OSPF6_ROUTER_LSA_BIT_B)) +- ospf6_abr_abr_entry_add (topo_entry); +- } +- CALL_ADD_HOOK (&intra_topology_hook, topo_entry); +-} +- +-void +-ospf6_area_intra_topo_remove (struct ospf6_route_req *topo_entry) +-{ +- if (topo_entry->route.type == OSPF6_DEST_TYPE_ROUTER) +- { +- if (CHECK_FLAG (topo_entry->path.router_bits, OSPF6_ROUTER_LSA_BIT_E)) +- ospf6_abr_abr_entry_add (topo_entry); +- } +- CALL_REMOVE_HOOK (&intra_topology_hook, topo_entry); +-} +- +-void + ospf6_area_route_add (void *data) -- cgit v1.2.3