diff options
author | hasso <hasso> | 2004-10-07 21:40:25 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 21:40:25 +0000 |
commit | dda095222f30c8bee6edc46f2c1babb66f9e699d (patch) | |
tree | 25b33dc3ed6fc992f5cf8b8e055da1ddc8d2b747 /vtysh/ChangeLog | |
parent | ea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 (diff) |
Vtysh compiles cleanly as well.
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 |