diff options
author | gdt <gdt> | 2004-12-09 14:48:12 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-12-09 14:48:12 +0000 |
commit | 6a250b099fe25627e32e5ca58f5677ba5227f816 (patch) | |
tree | 998ee0b7b54991d5914350848466ab038e8fc4bf /zebra/ChangeLog | |
parent | 1686f93fcad703c3cb5b8d4aa5be3c62b5e966bb (diff) |
Add const to char * to quiet warnings.
Note two warnings in comments. The serious one is that struct
interface->ifindex probably needs to be signed, ssince we store and
compare to -1.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 696676bc..8d09f502 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,7 @@ +2004-12-09 Greg Troxel <gdt@fnord.ir.bbn.com> + + * kernel_socket.c (rtmsg_debug): char * => const char * + 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * *.c: Change level of debug messages to LOG_DEBUG. |