diff options
Diffstat (limited to 'net/quagga/files/patch-git-1')
-rw-r--r-- | net/quagga/files/patch-git-1 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/quagga/files/patch-git-1 b/net/quagga/files/patch-git-1 deleted file mode 100644 index 0de3b0b0235e..000000000000 --- a/net/quagga/files/patch-git-1 +++ /dev/null @@ -1,14 +0,0 @@ -diff --git bgpd/bgp_route.c bgpd/bgp_route.c -index 2391f74..1cfc451 100644 ---- bgpd/bgp_route.c -+++ bgpd/bgp_route.c -@@ -6145,7 +6145,8 @@ route_vty_out_detail (struct vty *vty, struct bgp *bgp, struct prefix *p, - bgp_damp_info_vty (vty, binfo); - - /* Line 7 display Uptime */ -- vty_out (vty, " Last update: %s", ctime (&binfo->uptime)); -+ time_t tbuf = time(NULL) - (bgp_clock() - binfo->uptime); -+ vty_out (vty, " Last update: %s", ctime(&tbuf)); - } - vty_out (vty, "%s", VTY_NEWLINE); - } |