diff options
author | hasso <hasso> | 2005-08-10 15:08:21 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-08-10 15:08:21 +0000 |
commit | 6204c7fb9e6bc2ca1ec72b46af4e3f575d5dd41c (patch) | |
tree | 8170eecbd840d858efb3cad0fae2290d0249955e /isisd/ChangeLog | |
parent | e0170882dbfa33b86316d38e8024e1114fa1db0a (diff) |
* topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead.
values.h, where MAXLONG is defined, is deprecated as well.
Thanks to Greg for noticing and to Rivo for fix.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 6d53c353..f8278c5f 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,8 @@ +2005-08-10 Hasso Tepper <hasso at quagga.net> + + * topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead. + values.h, where MAXLONG is defined, is deprecated as well. + 2005-05-26 Yossi Boaron <Yossi.Boaron@veraznetworks.com> * isis_dr.c: Fix copy&paste error in isis_dr_resign(). |