From owner-freebsd-current Sun Oct 15 10:16:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from C456086-A.bllvu1.wa.home.com (c456086-a.bllvu1.wa.home.com [65.0.111.16]) by hub.freebsd.org (Postfix) with ESMTP id E0D5237B502 for ; Sun, 15 Oct 2000 10:16:44 -0700 (PDT) Received: (from kargl@localhost) by C456086-A.bllvu1.wa.home.com (8.11.1/8.11.1) id e9FAElH10177 for freebsd-current@freebsd.org; Sun, 15 Oct 2000 10:14:47 GMT (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200010151014.e9FAElH10177@C456086-A.bllvu1.wa.home.com> Subject: lib/msun breakage; patch included. To: freebsd-current@freebsd.org Date: Sun, 15 Oct 2000 10:14:47 +0000 (GMT) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The recent changes to machine/endian.h introduced breakage in lib.msun because of out-of-order include files. Steve *** /usr/src/lib/msun/src/math_private.h.orig Sun Oct 15 10:09:10 2000 --- /usr/src/lib/msun/src/math_private.h Sun Oct 15 10:09:20 2000 *************** *** 17,24 **** #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ - #include #include /* The original fdlibm code used statements like: n0 = ((*(int*)&one)>>29)^1; * index of high word * --- 17,24 ---- #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ #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