Re: svn commit: r188353 - head/sys/mips/mips

2009-02-09 Thread M. Warner Losh
In message: <200902082343.n18nha37038...@svn.freebsd.org> Oleksandr Tymoshenko writes: : Author: gonzo : Date: Sun Feb 8 23:43:36 2009 : New Revision: 188353 : URL: http://svn.freebsd.org/changeset/base/188353 : : Log: : - Fix in_cksum for big-endian MIPS: use correct compile-time

svn commit: r188353 - head/sys/mips/mips

2009-02-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 8 23:43:36 2009 New Revision: 188353 URL: http://svn.freebsd.org/changeset/base/188353 Log: - Fix in_cksum for big-endian MIPS: use correct compile-time check. Modified: head/sys/mips/mips/in_cksum.c Modified: head/sys/mips/mips/in_cksum.c ===