diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-12-17 01:12:00 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-12-17 01:16:17 +0100 |
commit | e035edd16ee83498cccc9beedfc215e15cab3a07 (patch) | |
tree | c644e75cb9422b72a5c3728d5a3526d97427ea61 /mm | |
parent | 252b3e8c1bc0c2b20348ae87d67efcd0a8209f72 (diff) | |
download | op-kernel-dev-e035edd16ee83498cccc9beedfc215e15cab3a07.zip op-kernel-dev-e035edd16ee83498cccc9beedfc215e15cab3a07.tar.gz |
netfilter: nfnetlink_log: fix possible compilation issue due to missing include
In (0c36b48 netfilter: nfnetlink_log: fix mac address for 6in4 tunnels)
the include file that defines ARPD_SIT was missing. This passed unnoticed
during my tests (I did not hit this problem here).
net/netfilter/nfnetlink_log.c: In function '__build_packet_message':
net/netfilter/nfnetlink_log.c:494:25: error: 'ARPHRD_SIT' undeclared (first use in this function)
net/netfilter/nfnetlink_log.c:494:25: note: each undeclared identifier is reported only once for
+each function it appears in
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions