提交 5e96d788 编写于 作者: F Fabian Frederick 提交者: David S. Miller

ipx: move extern sysctl_ipx_pprop_broadcasting to header file

include ipx.h from sysctl_net_ipx.c
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ce256981
...@@ -42,6 +42,9 @@ struct ipxhdr { ...@@ -42,6 +42,9 @@ struct ipxhdr {
struct ipx_address ipx_source __packed; struct ipx_address ipx_source __packed;
}; };
/* From af_ipx.c */
extern int sysctl_ipx_pprop_broadcasting;
static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb)
{ {
return (struct ipxhdr *)skb_transport_header(skb); return (struct ipxhdr *)skb_transport_header(skb);
......
...@@ -9,14 +9,12 @@ ...@@ -9,14 +9,12 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/sysctl.h> #include <linux/sysctl.h>
#include <net/net_namespace.h> #include <net/net_namespace.h>
#include <net/ipx.h>
#ifndef CONFIG_SYSCTL #ifndef CONFIG_SYSCTL
#error This file should not be compiled without CONFIG_SYSCTL defined #error This file should not be compiled without CONFIG_SYSCTL defined
#endif #endif
/* From af_ipx.c */
extern int sysctl_ipx_pprop_broadcasting;
static struct ctl_table ipx_table[] = { static struct ctl_table ipx_table[] = {
{ {
.procname = "ipx_pprop_broadcasting", .procname = "ipx_pprop_broadcasting",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册