net/quagga: fix uClibc-0.9.32/pthreads issues, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24311 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul
2010-12-07 17:44:19 +00:00
parent c23d359694
commit 124ea24346
6 changed files with 175 additions and 16 deletions

View File

@ -10,11 +10,9 @@ Subject: [PATCH] bgpd: fix printed value of last-update timestamp
bgpd/bgp_route.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c
index 2391f74..1cfc451 100644
--- a/bgpd/bgp_route.c
+++ b/bgpd/bgp_route.c
@@ -6145,7 +6145,8 @@ route_vty_out_detail (struct vty *vty, struct bgp *bgp, struct prefix *p,
@@ -6145,7 +6145,8 @@ route_vty_out_detail (struct vty *vty, s
bgp_damp_info_vty (vty, binfo);
/* Line 7 display Uptime */
@ -24,6 +22,3 @@ index 2391f74..1cfc451 100644
}
vty_out (vty, "%s", VTY_NEWLINE);
}
--
1.7.2.3