Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2009 19:33:01 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        gonzo@FreeBSD.org
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r188353 - head/sys/mips/mips
Message-ID:  <20090209.193301.1749820890.imp@bsdimp.com>
In-Reply-To: <200902082343.n18Nha37038365@svn.freebsd.org>
References:  <200902082343.n18Nha37038365@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200902082343.n18Nha37038365@svn.freebsd.org>
            Oleksandr Tymoshenko <gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090209.193301.1749820890.imp>