tree 9becf7cb07d0bcd3fa638b66e389f9cd6ed6d52a
parent 4c4c402d6caba5d938ffbbb49961659ecac709d4
author David S. Miller <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:09 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:09 -0700

[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: David S. Miller <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

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

Index: include/linux/atalk.h
===================================================================
--- 98c85314a6c8d753e27163e729a0dbc493018ce1/include/linux/atalk.h  
(mode:100644 sha1:55fcfc11fdc7b08d965870adb51f4c44c5889468)
+++ 9becf7cb07d0bcd3fa638b66e389f9cd6ed6d52a/include/linux/atalk.h  
(mode:100644 sha1:31d3fc25ccbd0efd1a4d45b5c2716db8999cd814)
@@ -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;
@@ -81,8 +83,6 @@
        return (struct atalk_sock *)sk;
 }
 
-#ifdef __KERNEL__
-
 #include <asm/byteorder.h>
 
 struct ddpehdr {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to