diff options
author | hasso <hasso> | 2004-10-07 20:29:24 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 20:29:24 +0000 |
commit | fce954f8de1456dd62d26b52902a4a352ef17a93 (patch) | |
tree | 3dee77fa141697940a9ff3203ea453e454e88d95 /zebra/ChangeLog | |
parent | 1cd80845dc5262ff7d3d38deb1921f0b8390f4df (diff) |
Fix warnings. Didn't even look at files not compiled in Linux though.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index a6ac1fc3..d22e47bd 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,8 @@ +2004-10-07 Hasso Tepper <hasso at quagga.net> + + * connected.c, main.c, rt_netlink.c, rtadv.c, zebra_rib.c, zserv.c: + Fix warnings: make strings const, signed -> unsigned. + 2004-10-05 Paul Jakma <paul@dishone.st> * irdp_packet.c: (parse_irdp_packet) style issues. |