commit | 1a5852d81a664e5a6456f82dff6f31b06dc2bede | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Sun Apr 22 07:50:29 2012 +0100 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Jun 18 18:01:01 2012 +0200 |
tree | 070adca32c754d9c9abb094125bea2ac08bd8ce6 | |
parent | 08ad76ecc9f7f02cbe6ccbaa4abc9e9f193ed0e4 [diff] |
batman-adv: get rid of pointless cast in memcpy() memcpy() arguments are void *, precisely to avoid that kind of pointless casts. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Sven Eckelmann <sven@narfation.org>