In article <[EMAIL PROTECTED]> you wrote:
> brian 2000/10/14 17:45:19 PDT
>
> Modified files:
> sys/i386/include endian.h
> Log:
> Redefine __word_swap_long, __byte_swap_long and __byte_swap_word
> as inline functions, renaming them to __uint16_swap_uint32,
> __uint8_swap_uint32 and __uint8_swap_uint16.
>
> Doing it properly suggested by: msmith
> Reviewed by: msmith
>
> Revision Changes Path
> 1.19 +33 -36 src/sys/i386/include/endian.h
After this commit 'make buildworld' breaks in
'src/lib/msun/src'. I can 'make all' in the 'src/lib/msun'
directory after the next patch:
Index: math_private.h
===================================================================
RCS file: /scratch/CVS/src/lib/msun/src/math_private.h,v
retrieving revision 1.6
diff -b -u -r1.6 math_private.h
--- math_private.h 1999/08/28 00:06:43 1.6
+++ math_private.h 2000/10/15 02:52:59
@@ -17,8 +17,8 @@
#ifndef _MATH_PRIVATE_H_
#define _MATH_PRIVATE_H_
-#include <machine/endian.h>
#include <sys/types.h>
+#include <machine/endian.h>
/* The original fdlibm code used statements like:
n0 = ((*(int*)&one)>>29)^1; * index of high word *
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message