--- zzzz-none-000/linux-2.6.19.2/net/dccp/dccp.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/net/dccp/dccp.h 2007-01-19 14:42:56.000000000 +0000 @@ -28,8 +28,8 @@ #define dccp_pr_debug_cat(format, a...) do { if (dccp_debug) \ printk(format, ##a); } while (0) #else -#define dccp_pr_debug(format, a...) -#define dccp_pr_debug_cat(format, a...) +#define dccp_pr_debug(format, a...) do {} while (0) +#define dccp_pr_debug_cat(format, a...) do {} while (0) #endif extern struct inet_hashinfo dccp_hashinfo; @@ -50,7 +50,7 @@ #define DCCP_TIMEWAIT_LEN (60 * HZ) /* how long to wait to destroy TIME-WAIT * state, about 60 seconds */ -/* RFC 1122, 4.2.3.1 initial RTO value */ +/* draft-ietf-dccp-spec-11.txt initial RTO value */ #define DCCP_TIMEOUT_INIT ((unsigned)(3 * HZ)) /* Maximal interval between probes for local resources. */