svn commit: r229665 - head/sys/netinet

John Baldwin jhb at freebsd.org
Fri Jan 6 12:49:41 UTC 2012


On Thursday, January 05, 2012 7:19:29 pm Sergey Kandaurov wrote:
> Hi, Looks like a typo there:
> /usr/src/sys/netinet/tcp_timewait.c: In function 'tcp_twstart':
> /usr/src/sys/netinet/tcp_timewait.c:245: warning: implicit declaration
> of function 'SEQ_GE'
> /usr/src/sys/netinet/tcp_timewait.c:245: warning: nested extern
> declaration of 'SEQ_GE' [-Wnested-externs]

Yeah, it was supposed to be SEQ_GT (which is what it was in the testing
patch I had sent out that was derived from the patch I committed).  Thanks
for fixing my breakage.

-- 
John Baldwin


More information about the svn-src-all mailing list