On Monday, November 26, 2012 17:50:17 Antonio Quartulli wrote:
ETH_P_BATMAN is now defined in linux/if_ether.h.
batctl does not need
to use the private BATADV_ETH_P_BATMAN define.
However, depending on the kernel-headers version installed on the
system, this new constant may not be available, therefore a redefinition
inside an ifndef check is needed.
Signed-off-by: Antonio Quartulli <ordex(a)autistici.org>
---
packet.h | 2 --
tcpdump.c | 5 ++++-
2 files changed, 4 insertions(+), 3 deletions(-)
Applied in revision 9ed1b2e.
Thanks,
Marek