Re: svn commit: r216101 - head/sys/netinet

2010-12-02 Thread Bruce Evans
On Thu, 2 Dec 2010, Lawrence Stewart wrote: On 12/02/10 14:45, Bruce Evans wrote: On Thu, 2 Dec 2010, Lawrence Stewart wrote: Log: Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms. ... The last case is essentially what applies in function calls. Now the conversio

Re: svn commit: r216101 - head/sys/netinet

2010-12-01 Thread Lawrence Stewart
On 12/02/10 14:45, Bruce Evans wrote: > On Thu, 2 Dec 2010, Lawrence Stewart wrote: > >> Log: >> Pass NULL instead of 0 for the th pointer value. NULL != 0 on all >> platforms. >> >> Submitted by:David Hayes >> MFC after:9 weeks >> X-MFC with:r215166 >> >> Modified: >> head/sys/n

Re: svn commit: r216101 - head/sys/netinet

2010-12-01 Thread Bruce Evans
On Thu, 2 Dec 2010, Lawrence Stewart wrote: Log: Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms. Submitted by: David Hayes MFC after: 9 weeks X-MFC with:r215166 Modified: head/sys/netinet/tcp_timer.c Modified: head/sys/netinet/tcp_timer.c ==

Re: svn commit: r216101 - head/sys/netinet

2010-12-01 Thread Lawrence Stewart
On 12/02/10 11:47, Lawrence Stewart wrote: > Author: lstewart > Date: Thu Dec 2 00:47:55 2010 > New Revision: 216101 > URL: http://svn.freebsd.org/changeset/base/216101 > > Log: > Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms. > Sponsored by: FreeBSD F