summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-09-09 23:49:49 +0000
committerpaul <paul>2005-09-09 23:49:49 +0000
commit1f8ae70b7b86d132b95a18f0c824deb248987afc (patch)
tree4d50ffd23b5e1e63a442e59c66c16227d06c4d33 /bgpd/ChangeLog
parente7cd37bf334c6a4c0a3db6a0cfeb97674f820503 (diff)
2005-09-10 Paul Jakma <paul.jakma@sun.com>
* bgp_vty.c: (bgp_vty_init) gcc 4 compile fix. static function declarations shouldn't be inside functions. * bgp_dump.c: (bgp_dump_interval_add) ditto.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 29d0fb0e..94eb596f 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-10 Paul Jakma <paul.jakma@sun.com>
+
+ * bgp_vty.c: (bgp_vty_init) gcc 4 compile fix. static
+ function declarations shouldn't be inside functions.
+ * bgp_dump.c: (bgp_dump_interval_add) ditto.
+
2005-08-26 Hasso Tepper <hasso at quagga.net>
* bgp_route.c: Third (?) attempt to fix best selection breakage