From owner-freebsd-current Tue Apr 30 18:21:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA29190 for current-outgoing; Tue, 30 Apr 1996 18:21:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA29184 Tue, 30 Apr 1996 18:21:18 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id LAA31929; Wed, 1 May 1996 11:12:51 +1000 Date: Wed, 1 May 1996 11:12:51 +1000 From: Bruce Evans Message-Id: <199605010112.LAA31929@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, current@freebsd.org Subject: Re: cvs commit: src/sys/i386/include ansi.h Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This change must occur in /usr/include/machine as well as in /sys/i386/include. Bruce >bde 96/04/30 17:47:08 > Modified: sys/i386/include ansi.h > Log: > Oops, this should have been with the ctype changes. > > Fixed longstanding namespace convolution involving rune_t vs wchar_t... > > This change breaks similar (but more convoluted) convolutions in the > stddef.h in gcc distributions. Ports of gcc should avoid using the > gcc headers. > > Revision Changes Path > 1.10 +9 -11 src/sys/i386/include/ansi.h