From owner-freebsd-current Sat Oct 14 19:59:22 2000 Delivered-To: freebsd-current@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id E8FC537B66D for ; Sat, 14 Oct 2000 19:59:17 -0700 (PDT) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.1/8.11.0) id e9F2waX38313; Sun, 15 Oct 2000 09:58:36 +0700 (NOVST) (envelope-from nnd) Date: Sun, 15 Oct 2000 09:58:36 +0700 (NOVST) Message-Id: <200010150258.e9F2waX38313@wint.itfs.nsk.su> From: Nickolay Dudorov To: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include endian.h In-Reply-To: <200010150045.RAA70717@freefall.freebsd.org> X-Newsgroups: itfs.freebsd.cvs.all User-Agent: tin/1.5.6-20000803 ("Dust") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200010150045.RAA70717@freefall.freebsd.org> 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 #include +#include /* The original fdlibm code used statements like: n0 = ((*(int*)&one)>>29)^1; * index of high word * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message