[PATCH] fix kernel link error with 2.4.21rc2ac2 using gcc 3.3

From: Alex Davis (alex14641@yahoo.com)
Date: Wed May 14 2003 - 16:35:54 EST


--- ./net/core/rtnetlink.c.old Wed May 14 18:38:59 2003
+++ ./net/core/rtnetlink.c Wed May 14 18:38:37 2003
@@ -394,7 +394,7 @@
  * Malformed skbs with wrong lengths of messages are discarded silently.
  */

-extern __inline__ int rtnetlink_rcv_skb(struct sk_buff *skb)
+extern int rtnetlink_rcv_skb(struct sk_buff *skb)
 {
        int err;
        struct nlmsghdr * nlh;

Note: this problem exists in 2.4.21rc1 as well.

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
-
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/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:54 EST