diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-10-27 16:58:20 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-10-27 16:58:20 +0000 |
commit | 56395af70588c8fda89bf5ef327df64b5efbeb67 (patch) | |
tree | d3289e371b8296bc8e09d5e3464e331a040c31c6 /bgpd/ChangeLog | |
parent | 8fb8a504e2c7c216b34c58e5658d84cb7dbe79b0 (diff) |
[bgpd] trivial: non C99 u_int.._t should be uint.._t
2006-10-27 Paul Jakma <paul.jakma@sun.com>
* bgp_route.c: (bgp_table_stats) oops, u_intXX_t should be
uintXX_t
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 701627c8..2b40456c 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,8 @@ +2006-10-27 Paul Jakma <paul.jakma@sun.com> + + * bgp_route.c: (bgp_table_stats) oops, u_intXX_t should be + uintXX_t + 2006-10-19 Paul Jakma <paul.jakma@sun.com> * bgpd.c: (peer_new) bgp element of peer absolutely must be |