diff options
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r-- | ripngd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 46d4f9f7..556ca8b4 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,12 @@ +2006-01-19 Paul Jakma <paul.jakma@sun.com> + + * (general) various miscellaneous compiler warning fixes. + Remove redundant break statements from switch clauses + which return. + return from main, not exit, cause it annoys SOS. + Remove stray semi-colons which cause empty-statement + warnings. + 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ripng_zebra.c: (ripng_redistribute_write) Remove local hard-coded |