* [PATCH] fix kernel link error with 2.4.21rc2ac2 using gcc 3.3
@ 2003-05-14 21:35 Alex Davis
2003-05-15 3:05 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alex Davis @ 2003-05-14 21:35 UTC (permalink / raw)
To: linux-kernel
--- ./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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix kernel link error with 2.4.21rc2ac2 using gcc 3.3
2003-05-14 21:35 [PATCH] fix kernel link error with 2.4.21rc2ac2 using gcc 3.3 Alex Davis
@ 2003-05-15 3:05 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-05-15 3:05 UTC (permalink / raw)
To: Alex Davis; +Cc: linux-kernel
On Wed, 2003-05-14 at 14:35, Alex Davis wrote:
> -extern __inline__ int rtnetlink_rcv_skb(struct sk_buff *skb)
> +extern int rtnetlink_rcv_skb(struct sk_buff *skb)
Fix is wrong, mark it static instead. That's what I'm
doing in my tree.
--
David S. Miller <davem@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-15 2:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-14 21:35 [PATCH] fix kernel link error with 2.4.21rc2ac2 using gcc 3.3 Alex Davis
2003-05-15 3:05 ` 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
Powered by JetHome