Re: [B.A.T.M.A.N.] [PATCH 5/9] batman-adv: Add const type qualifier for pointers

2011-05-18 Thread Marek Lindner
On Saturday 14 May 2011 23:14:50 Sven Eckelmann wrote: batman-adv uses pointers which are marked as const and should not violate that type qualifier by passing it to functions which force a cast to the non-const version. Applied in revision 200df24. Thanks, Marek

[B.A.T.M.A.N.] [PATCH 5/9] batman-adv: Add const type qualifier for pointers

2011-05-14 Thread Sven Eckelmann
batman-adv uses pointers which are marked as const and should not violate that type qualifier by passing it to functions which force a cast to the non-const version. Signed-off-by: Sven Eckelmann s...@narfation.org --- aggregation.c | 21 +++-- aggregation.h |5