commit | ea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Oct 07 21:32:14 2004 +0000 |
committer | hasso <hasso> | Thu Oct 07 21:32:14 2004 +0000 |
tree | 0762c5ca1ae795080fb5ec9bc6cb54bffcc02748 | |
parent | e561a8eb365a77beb0dd1c4ac406f9de21543a74 [diff] [blame] |
Even more const strings and fix to bugfix.
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3da0dfe..22f60da 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog
@@ -1,3 +1,9 @@ +2004-10-08 Hasso Tepper <hasso at quagga.net> + + * command.c, command.h: Make argument of cmd_make_strvec function + const. + * command.c: Make hostname commands usable in vtysh again. + 2004-10-07 Hasso Tepper <hasso at quagga.net> * command.c, pid_output.c, print_version.c, vty.c, vty.h: Make more