lkml.org 
[lkml]   [2005]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 020/198] Fix linux/atalk.h header
From
Date

From: "David S. Miller" <davem@davemloft.net>

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: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

25-akpm/include/linux/atalk.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff -puN include/linux/atalk.h~fix-linux-atalkh-header include/linux/atalk.h
--- 25/include/linux/atalk.h~fix-linux-atalkh-header 2005-04-12 03:21:08.121902184 -0700
+++ 25-akpm/include/linux/atalk.h 2005-04-12 03:21:08.124901728 -0700
@@ -1,8 +1,6 @@
#ifndef __LINUX_ATALK_H__
#define __LINUX_ATALK_H__

-#include <net/sock.h>
-
/*
* AppleTalk networking structures
*
@@ -39,6 +37,10 @@ struct atalk_netrange {
__u16 nr_lastnet;
};

+#ifdef __KERNEL__
+
+#include <net/sock.h>
+
struct atalk_route {
struct net_device *dev;
struct atalk_addr target;
@@ -81,8 +83,6 @@ static inline struct atalk_sock *at_sk(s
return (struct atalk_sock *)sk;
}

-#ifdef __KERNEL__
-
#include <asm/byteorder.h>

struct ddpehdr {
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-04-12 20:16    [W:0.026 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site