提交 63a1222b 编写于 作者: A Andrew Morton 提交者: David S. Miller

[DECNET]: Fix build after netlink changes.

Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 216efaaa
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <linux/netfilter.h> #include <linux/netfilter.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/netlink.h> #include <linux/netlink.h>
#include <linux/netfilter_decnet.h>
#include <net/sock.h> #include <net/sock.h>
#include <net/flow.h> #include <net/flow.h>
...@@ -71,10 +72,10 @@ static void dnrmg_send_peer(struct sk_buff *skb) ...@@ -71,10 +72,10 @@ static void dnrmg_send_peer(struct sk_buff *skb)
switch(flags & DN_RT_CNTL_MSK) { switch(flags & DN_RT_CNTL_MSK) {
case DN_RT_PKT_L1RT: case DN_RT_PKT_L1RT:
group = DNRMG_L1_NLGRP; group = DNRNG_NLGRP_L1;
break; break;
case DN_RT_PKT_L2RT: case DN_RT_PKT_L2RT:
group = DNRMG_L2_NLGRP; group = DNRNG_NLGRP_L2;
break; break;
default: default:
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册