[PATCH] TCP build fix

2005-11-11 Thread Jeff Garzik
Recent TCP changes broke the build. Signed-off-by: Jeff Garzik [EMAIL PROTECTED] diff --git a/net/ipv4/tcp_vegas.c b/net/ipv4/tcp_vegas.c index 4376814..b7d296a 100644 --- a/net/ipv4/tcp_vegas.c +++ b/net/ipv4/tcp_vegas.c @@ -236,7 +236,7 @@ static void tcp_vegas_cong_avoid(struct

Re: [PATCH] TCP build fix

2005-11-11 Thread Stephen Hemminger
Jeff Garzik wrote: Recent TCP changes broke the build. Signed-off-by: Jeff Garzik [EMAIL PROTECTED] diff --git a/net/ipv4/tcp_vegas.c b/net/ipv4/tcp_vegas.c index 4376814..b7d296a 100644 --- a/net/ipv4/tcp_vegas.c +++ b/net/ipv4/tcp_vegas.c @@ -236,7 +236,7 @@ static void

Re: [PATCH] TCP build fix

2005-11-11 Thread David S. Miller
From: Jeff Garzik [EMAIL PROTECTED] Date: Fri, 11 Nov 2005 04:43:47 -0500 Recent TCP changes broke the build. Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Thanks for catching this Jeff. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL