commit | ffe11cfb0a808ae514193438616dfabc512b4cf6 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Thu Aug 14 16:25:25 2008 +0100 |
committer | Paul Jakma <paul@quagga.net> | Fri Aug 22 19:52:58 2008 +0100 |
tree | 94452dba2c1a49d6e6a0782c6513acb36823cefc | |
parent | 9fd4958a4eef88c536e4a5aeefce302e10ee8ee6 [diff] |
[lib] hash compare function arguments ought to be const qualified 2008-08-14 Stephen Hemminger <stephen.hemminger@vyatta.com> * lib/hash.h: (struct hash) Hash comparator callback really ought to treat storage behind arguments as constant - a compare function with side-effects would be evil. * */*.c: Adjust comparator functions similarly, thus fixing at least a few compiler warnings about const qualifier being dropped. Signed-off-by: Paul Jakma <paul@quagga.net>