On Sun, Aug 31, 2008 at 03:22:18PM -0700, John Scroggins wrote: > On Sat, 2008-08-30 at 19:57 -0700, John Scroggins wrote: > > thanks John, > found the offending file dtrace.h -- lines 520 and 630 had the #if > BYTE_ORDER == _BIG_ENDIAN entries.
That code is correct though. FreeBSD requires both _BIG_ENDIAN and _LITTLE_ENDIAN to be defined. It is Solaris code which undefines _BIG_ENDIAN and it would have been that #undef which was wrong. > For good measure, I rm'd the whole ../../cddl directory and re-sup'd it. > Build with no errors --smooth as glass ;) That is good. -- John Birrell _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
