diff options
author | gdt <gdt> | 2005-12-29 16:03:32 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-12-29 16:03:32 +0000 |
commit | f80a016fbd5ba51dc08412d7fd0794b51223c978 (patch) | |
tree | 6be9f97cfb52681d692c2c40fb3e4ffe47e1ac23 /lib/ChangeLog | |
parent | 6083e1f82ce3a33d9929dea8c64cbc5ffe486000 (diff) |
2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>
* vty.c (vty_hello): add cast to quiet lint (from David Young)
(patch-lint)
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5788380b..b02cc517 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> + + * vty.c (vty_hello): add cast to quiet lint (from David Young) + 2005-11-26 Paul Jakma <paul.jakma@sun.com> * buffer.c: (struct buffer_data) change gcc zero array |