In message: <200902082343.n18nha37038...@svn.freebsd.org> Oleksandr Tymoshenko <go...@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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"