diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-12-08 01:09:50 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-12-08 01:09:50 +0000 |
commit | 41b36e9013111a6da812ca000e3b978282bd27a9 (patch) | |
tree | 11805d66de677613be7fe5e31626cfbbbbec78a6 /isisd/ChangeLog | |
parent | 3c0755dc9772deccff2ba6e9dc0511a9af2b9d1b (diff) |
[isisd] Fix compiler warnings and allow v4-only compilation
2006-12-08 Hannes Gredler <hannes@gredler.at>
* isis_adjacency.c: (isis_new_adj) Allow NULL snpa argument.
* isis_pdu.c: (various) Update calls to isis_new_adj() to pass
NULL and use default.
* (general) Add forward declarations where required.
Fix up const char *'s.
Allow V4-only compilation.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 5e203c8c..8797af18 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,12 @@ +2006-12-08 Hannes Gredler <hannes@gredler.at> + + * isis_adjacency.c: (isis_new_adj) Allow NULL snpa argument. + * isis_pdu.c: (various) Update calls to isis_new_adj() to pass + NULL and use default. + * (general) Add forward declarations where required. + Fix up const char *'s. + Allow V4-only compilation. + 2006-01-17 Paul Jakma <paul.jakma@sun.com> * isis_zebra.c: (isis_zebra_route_add_ipv4) fix for new |