Commit 0172d20e authored by Andre Tomt's avatar Andre Tomt Committed by Thomas Graf

[TCP]: Fix gcc-3.4 build when TCP_DEBUG is disabled in tcp.h

Signed-off-by: default avatarAndre Tomt <andre@tomt.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 770ce0ff
...@@ -1039,6 +1039,7 @@ static inline void tcp_reset_xmit_timer(struct sock *sk, int what, unsigned long ...@@ -1039,6 +1039,7 @@ static inline void tcp_reset_xmit_timer(struct sock *sk, int what, unsigned long
#ifdef TCP_DEBUG #ifdef TCP_DEBUG
printk(tcp_timer_bug_msg); printk(tcp_timer_bug_msg);
#endif #endif
return;
}; };
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment