From owner-freebsd-bugs@FreeBSD.ORG Sun May 25 11:00:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB91E37B401 for ; Sun, 25 May 2003 11:00:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651F043F75 for ; Sun, 25 May 2003 11:00:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PI0NUp079151 for ; Sun, 25 May 2003 11:00:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PI0Nmw079150; Sun, 25 May 2003 11:00:23 -0700 (PDT) Date: Sun, 25 May 2003 11:00:23 -0700 (PDT) Message-Id: <200305251800.h4PI0Nmw079150@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: i386/41930: declaration clash for ffs() and ${CXX} X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 18:00:24 -0000 The following reply was made to PR i386/41930; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: i386/41930: declaration clash for ffs() and ${CXX} Date: Sun, 25 May 2003 18:55:17 +0100 Adding to audit trail, from misfiled PR i386/52457: Date: Tue, 20 May 2003 09:47:54 +0200 From: Volker Stolz Message-Id: <20030520074754.GA95715@i2.informatik.rwth-aachen.de> References: <200208230950.g7N9oXDs000777@terrorfish.uni.stoert.net> On Fri, Aug 23, 2002 at 11:50:33AM +0200, Simon 'corecode' Schubert wrote: > >Description: > when including both and from a C++ > source, gcc yields a declaration error: > > From: Edwin Groothuis > I ran into the same problem today with ports/audio/mpmf20. > machine/cpufunc.h does set a flag if it has has been processed: > HAVE_INLINE_FFS (line 106 of /usr/include/machine/cpufunc.h). > > So strings.h could be modified [...] I've just been bit by another instance of this (hpoj-printer driver port). Are there any intentions to fix this RSN? Is there somebody specific who could be contacted about this issue? I'm cc:ing mike@ who last touched strings.h. Regards, Volker