projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216efaa
)
[DECNET]: Fix build after netlink changes.
author
Andrew Morton
<akpm@osdl.org>
Tue, 16 Aug 2005 03:35:44 +0000
(20:35 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:01:20 +0000
(16:01 -0700)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/netfilter/dn_rtmsg.c
patch
|
blob
|
history
diff --git
a/net/decnet/netfilter/dn_rtmsg.c
b/net/decnet/netfilter/dn_rtmsg.c
index
afb33a2
..
1ab94c6
100644
(file)
--- a/
net/decnet/netfilter/dn_rtmsg.c
+++ b/
net/decnet/netfilter/dn_rtmsg.c
@@
-19,6
+19,7
@@
#include <linux/netfilter.h>
#include <linux/spinlock.h>
#include <linux/netlink.h>
+#include <linux/netfilter_decnet.h>
#include <net/sock.h>
#include <net/flow.h>
@@
-71,10
+72,10
@@
static void dnrmg_send_peer(struct sk_buff *skb)
switch(flags & DN_RT_CNTL_MSK) {
case DN_RT_PKT_L1RT:
- group = DNR
MG_L1_NLGRP
;
+ group = DNR
NG_NLGRP_L1
;
break;
case DN_RT_PKT_L2RT:
- group = DNR
MG_L2_NLGRP
;
+ group = DNR
NG_NLGRP_L2
;
break;
default:
return;