All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* 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

* Re: compile fix for ip6mr.c
  2009-01-31  2:33 compile fix for ip6mr.c Dave Jones
@ 2009-01-31  8:51 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-01-31  8:51 UTC (permalink / raw
  To: davej; +Cc: netdev, lkml

From: Dave Jones <davej@redhat.com>
Date: Fri, 30 Jan 2009 21:33:57 -0500

> 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>

Applied, thanks a lot Dave.

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.