diff options
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 5d8b7e44..80c2295b 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,10 @@ +2004-10-07 Hasso Tepper <hasso at quagga.net> + + * vtysh.c, vtysh.h, vtysh_config.c, vtysh_main.c: Fix compiler + warnings: make strings const, signed -> unsigned, remove unused + variables. + * vtysh_config.c: Fix crash introduced with previous patch. + 2004-10-03 Hasso Tepper <hasso at quagga.net> * vtsyh_main.c: Enter into enable node by default. Disable node doesn't |