Reverting some int -> unsigned int fixes in command.c for now. Fixes crash
described in [quagga-dev 2292].
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3af0d0b..d50b859 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-02 Hasso Tepper <hasso at quagga.net>
+
+ * command.c: Revert int -> unsigned int fixes in
+ cmd_describe_command_real() and cmd_complete_command_real(). index can
+ be actually negative and it caused crash with "do<TAB>" in vty.
+
2004-12-29 Greg Troxel <gdt@poblano.ir.bbn.com>
* sockopt.c (getsockopt_ipv4_ifindex): Document calling