From owner-freebsd-hackers@freebsd.org Sat Dec 2 20:03:10 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89699E68746; Sat, 2 Dec 2017 20:03:10 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E0177BCD7; Sat, 2 Dec 2017 20:03:10 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id vB2K39qA045608 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 2 Dec 2017 12:03:09 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id vB2K39OL045607; Sat, 2 Dec 2017 12:03:09 -0800 (PST) (envelope-from sgk) Date: Sat, 2 Dec 2017 12:03:09 -0800 From: Steve Kargl To: Eitan Adler Cc: FreeBSD Hackers , freebsd-current Current Subject: Re: [PATCH] Add guard macro to fpmath.h Message-ID: <20171202200309.GA45600@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20171202193234.GA45300@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 20:03:10 -0000 On Sat, Dec 02, 2017 at 11:42:26AM -0800, Eitan Adler wrote: > On 2 December 2017 at 11:32, Steve Kargl > wrote: > > The following patch adds a guard macro to fpmath.h. > > It is used to prevent multiple inclusions of its > > content. Please apply to top-of-tree. > > [69006 11:41:35.802 eax@FlyingEagle ~/svn/fbsd/head/lib]∴svn diff (trimmed) > [69007 11:41:37.789 eax@FlyingEagle ~/svn/fbsd/head/lib]∴svn ci > libc/include/fpmath.h > (svn:head)-[head:326419]-[326419] > Sending libc/include/fpmath.h > Transmitting file data .done > Committing transaction... > Committed revision 326479. That was quick! Thanks! Now onto powl(3). -- Steve