* [PATCH] Fix linux/atalk.h header
@ 2005-04-05 20:55 David S. Miller
0 siblings, 0 replies; only message in thread
From: David S. Miller @ 2005-04-05 20:55 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds, akpm
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>
===== include/linux/atalk.h 1.12 vs edited =====
--- 1.12/include/linux/atalk.h 2005-03-07 09:33:17 -08:00
+++ edited/include/linux/atalk.h 2005-04-02 13:20:13 -08:00
@@ -1,8 +1,6 @@
#ifndef __LINUX_ATALK_H__
#define __LINUX_ATALK_H__
-#include <net/sock.h>
-
/*
* AppleTalk networking structures
*
@@ -39,6 +37,10 @@
__u16 nr_lastnet;
};
+#ifdef __KERNEL__
+
+#include <net/sock.h>
+
struct atalk_route {
struct net_device *dev;
struct atalk_addr target;
@@ -80,8 +82,6 @@
{
return (struct atalk_sock *)sk;
}
-
-#ifdef __KERNEL__
#include <asm/byteorder.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-05 21:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-05 20:55 [PATCH] Fix linux/atalk.h header David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®