Re: [PATCH] compile errors when DEBUG is defined

2005-08-29 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 29 Aug 2005 21:38:30 -0700 > Fix build problem found by compiling driver with DEBUG defined that used > tcp.h. > Since pr_debug(arg) expands to printk("<7>" arg) the argument > needs to be string that can be concatenated. > > Signed-off-by:

[PATCH] compile errors when DEBUG is defined

2005-08-29 Thread Stephen Hemminger
Fix build problem found by compiling driver with DEBUG defined that used tcp.h. Since pr_debug(arg) expands to printk("<7>" arg) the argument needs to be string that can be concatenated. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Index: sky2-2.6.13/include/net/inet_connection_sock.h ===