* [PATCH] fixed broken bootp compilation
@ 2007-09-27 10:46 Denis V. Lunev
2007-09-27 18:58 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Denis V. Lunev @ 2007-09-27 10:46 UTC (permalink / raw)
To: davem; +Cc: shemminger, netdev
Compilation fix. Extra bracket removed.
Broken by "[NET]: Wrap netdevice hardware header creation" from
Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Denis V. Lunev <den@openvz.org>
--- ./net/ipv4/ipconfig.c.compile 2007-09-27 13:32:35.000000000 +0400
+++ ./net/ipv4/ipconfig.c 2007-09-27 14:36:19.000000000 +0400
@@ -758,7 +758,7 @@ static void __init ic_bootp_send_if(stru
skb->dev = dev;
skb->protocol = htons(ETH_P_IP);
if (dev_hard_header(skb, dev, ntohs(skb->protocol),
- dev->broadcast, dev->dev_addr, skb->len) < 0) ||
+ dev->broadcast, dev->dev_addr, skb->len) < 0 ||
dev_queue_xmit(skb) < 0)
printk("E");
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixed broken bootp compilation
2007-09-27 10:46 [PATCH] fixed broken bootp compilation Denis V. Lunev
@ 2007-09-27 18:58 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-09-27 18:58 UTC (permalink / raw)
To: den; +Cc: shemminger, netdev
From: "Denis V. Lunev" <den@openvz.org>
Date: Thu, 27 Sep 2007 14:46:22 +0400
> Compilation fix. Extra bracket removed.
> Broken by "[NET]: Wrap netdevice hardware header creation" from
> Stephen Hemminger <shemminger@linux-foundation.org>
>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
Applied, thanks Denis.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-27 18:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 10:46 [PATCH] fixed broken bootp compilation Denis V. Lunev
2007-09-27 18:58 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).