From owner-freebsd-current Sun Oct 15 12:33: 3 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 DE7E437B673 for ; Sun, 15 Oct 2000 12:33:00 -0700 (PDT) Received: (from kargl@localhost) by C456086-A.bllvu1.wa.home.com (8.11.1/8.11.1) id e9FCV3112524 for freebsd-current@freebsd.org; Sun, 15 Oct 2000 12:31:03 GMT (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200010151231.e9FCV3112524@C456086-A.bllvu1.wa.home.com> Subject: more endian.h breakage; patch included. To: freebsd-current@freebsd.org Date: Sun, 15 Oct 2000 12:31:03 +0000 (GMT) Reply-To: kargl@apl.washington.edu 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 There is another patch needed in libdialog. Steve *** /usr/src/lib/libc_r/uthread/uthread_wait4.c.orig Sun Oct 15 11:16:02 2000 --- /usr/src/lib/libc_r/uthread/uthread_wait4.c Sun Oct 15 11:16:45 2000 *************** *** 32,37 **** --- 32,38 ---- * $FreeBSD: src/lib/libc_r/uthread/uthread_wait4.c,v 1.10 2000/01/29 22:53:54 jasone Exp $ */ #include + #include #include #ifdef _THREAD_SAFE #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message