* compile fix for ip6mr.c
@ 2009-01-31 2:33 Dave Jones
2009-01-31 8:51 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2009-01-31 2:33 UTC (permalink / raw)
To: netdev; +Cc: lkml
net/ipv6/ip6mr.c: In function 'pim6_rcv':
net/ipv6/ip6mr.c:368: error: implicit declaration of function 'csum_ipv6_magic'
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.28.noarch/net/ipv6/ip6mr.c~ 2009-01-30 21:32:19.000000000 -0500
+++ linux-2.6.28.noarch/net/ipv6/ip6mr.c 2009-01-30 21:32:29.000000000 -0500
@@ -48,6 +48,7 @@
#include <linux/pim.h>
#include <net/addrconf.h>
#include <linux/netfilter_ipv6.h>
+#include <net/ip6_checksum.h>
/* Big lock, protecting vif table, mrt cache and mroute socket state.
Note that the changes are semaphored via rtnl_lock.
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-31 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31 2:33 compile fix for ip6mr.c Dave Jones
2009-01-31 8:51 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).