From owner-freebsd-current@FreeBSD.ORG Fri Nov 5 20:34:57 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0784B1065694 for ; Fri, 5 Nov 2010 20:34:57 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id C32118FC17 for ; Fri, 5 Nov 2010 20:34:56 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id oA5KYu2W023294 for ; Fri, 5 Nov 2010 13:34:56 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id oA5KYuoH023293 for current@FreeBSD.org; Fri, 5 Nov 2010 13:34:56 -0700 (PDT) (envelope-from sgk) Date: Fri, 5 Nov 2010 13:34:56 -0700 From: Steve Kargl To: current@FreeBSD.org Message-ID: <20101105203456.GA23267@troutmask.apl.washington.edu> References: <20101105202536.GR85693@acme.spoerlein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101105202536.GR85693@acme.spoerlein.net> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: Files under src/ not used for building world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 20:34:57 -0000 On Fri, Nov 05, 2010 at 09:25:36PM +0100, Ulrich Sp??rlein wrote: > lib/msun/src/s_fabs.c > lib/msun/src/s_modf.c These are explicitly ignored by msun/Makefile. # FreeBSD's C library supplies these functions: #COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c -- Steve