From owner-freebsd-bugs Sun May 26 16:30:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA09408 for bugs-outgoing; Sun, 26 May 1996 16:30:36 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA09381; Sun, 26 May 1996 16:30:33 -0700 (PDT) Date: Sun, 26 May 1996 16:30:33 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199605262330.QAA09381@freefall.freebsd.org> To: gordon@sneaky.lonestar.org, scrappy, freebsd-bugs Subject: Re: i386/596 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: and conflict with _POSIX_SOURCE State-Changed-From-To: open-closed State-Changed-By: scrappy State-Changed-When: Sun May 26 16:29:49 PDT 1996 State-Changed-Why: Recently fixed by Bruce, from log: date: 1996/05/01 00:39:55; author: bde; state: Exp; lines: +14 -14 Fixed longstanding namespace convolution involving rune_t vs wchar_t. If _ANSI_SOURCE or _POSIX_SOURCE is defined, then had to be included before or to get rune_t declared. Now rune_t is declared perfectly bogusly in all cases when is included. This change breaks similar (but more convoluted) convolutions in the stddef.h in gcc distributions. Ports of gcc should avoid using the gcc headers.