提交 9f3786dc 编写于 作者: D David S. Miller 提交者: Linus Torvalds

[PATCH] Fix linux/atalk.h header

This recently got changed to include a lot of kernel internal stuff in the
non-__KERNEL__ area of the header, which isn't so kosher and breaks libc
builds.

The fix is pretty simple.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 4c4c402d
#ifndef __LINUX_ATALK_H__ #ifndef __LINUX_ATALK_H__
#define __LINUX_ATALK_H__ #define __LINUX_ATALK_H__
#include <net/sock.h>
/* /*
* AppleTalk networking structures * AppleTalk networking structures
* *
...@@ -39,6 +37,10 @@ struct atalk_netrange { ...@@ -39,6 +37,10 @@ struct atalk_netrange {
__u16 nr_lastnet; __u16 nr_lastnet;
}; };
#ifdef __KERNEL__
#include <net/sock.h>
struct atalk_route { struct atalk_route {
struct net_device *dev; struct net_device *dev;
struct atalk_addr target; struct atalk_addr target;
...@@ -81,8 +83,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk) ...@@ -81,8 +83,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk)
return (struct atalk_sock *)sk; return (struct atalk_sock *)sk;
} }
#ifdef __KERNEL__
#include <asm/byteorder.h> #include <asm/byteorder.h>
struct ddpehdr { struct ddpehdr {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册