From owner-cvs-src@FreeBSD.ORG Mon Aug 18 01:23:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4A537B401; Mon, 18 Aug 2003 01:23:35 -0700 (PDT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCD043F93; Mon, 18 Aug 2003 01:23:33 -0700 (PDT) (envelope-from des@des.no) Received: from smtp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id 0E6BD78819; Mon, 18 Aug 2003 10:23:32 +0200 (MEST) Received: by smtp.des.no (Pony Express, from userid 666) id C986A95DF4; Mon, 18 Aug 2003 10:23:31 +0200 (CEST) Received: from dwp.des.no (dwp.des.no [10.0.0.4]) by smtp.des.no (Pony Express) with ESMTP id 02D1295994; Mon, 18 Aug 2003 10:23:27 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id C104CB824; Mon, 18 Aug 2003 10:23:27 +0200 (CEST) To: Bruce Evans References: <200308171605.h7HG5nOd095330@repoman.freebsd.org> <20030818070415.W3401@gamplex.bde.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 18 Aug 2003 10:23:27 +0200 In-Reply-To: <20030818070415.W3401@gamplex.bde.org> (Bruce Evans's message of "Mon, 18 Aug 2003 07:17:23 +1000 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, hits=-3.0 required=8.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_GNUS_UA version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Hajimu UMEMOTO cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/route6d route6d.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 08:23:38 -0000 Bruce Evans writes: > On Sun, 17 Aug 2003, Hajimu UMEMOTO wrote: > > Log: > > "sin" is a reserved C library function name. use sin6 > Actually, "sin" is just reserved for external linkage if is > not included, and at file scope if is included. Since neither > of these applies here, it was not reserved. It is just a compiler bug > to warn about it being reserved. gcc-3.3 seems to have reintroduced > this bug. I have patches which allow world to build successfully with -fno-builtin... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no