ChangeSet 1.2009.16.9, 2005/03/14 21:36:52-08:00, [EMAIL PROTECTED]

        [TCP]: Fix gcc-3.4 build when TCP_DEBUG is disabled in tcp.h
        
        Signed-off-by: Andre Tomt <[EMAIL PROTECTED]>
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 tcp.h |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/include/net/tcp.h b/include/net/tcp.h
--- a/include/net/tcp.h 2005-03-15 00:09:10 -08:00
+++ b/include/net/tcp.h 2005-03-15 00:09:10 -08:00
@@ -1039,6 +1039,7 @@
 #ifdef TCP_DEBUG
                printk(tcp_timer_bug_msg);
 #endif
+               return;
        };
 }
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to