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

M. Warner Losh imp at bsdimp.com
Mon Feb 9 18:33:25 PST 2009


In message: <200902082343.n18Nha37038365 at svn.freebsd.org>
            Oleksandr Tymoshenko <gonzo at FreeBSD.org> 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 check.
: 
: -#ifndef _MISEB
: +#if _BYTE_ORDER == _LITTLE_ENDIAN

This could also have been fixed with _MIPSEB

Warner


More information about the svn-src-head mailing list