From owner-cvs-all@FreeBSD.ORG Fri Nov 18 05:03:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B57AE16A41F; Fri, 18 Nov 2005 05:03:12 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7381143D45; Fri, 18 Nov 2005 05:03:12 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAI53Cva062945; Fri, 18 Nov 2005 05:03:12 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAI53CED062944; Fri, 18 Nov 2005 05:03:12 GMT (envelope-from bde) Message-Id: <200511180503.jAI53CED062944@repoman.freebsd.org> From: Bruce Evans Date: Fri, 18 Nov 2005 05:03:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/bsdsrc mathimpl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 05:03:12 -0000 bde 2005-11-18 05:03:12 UTC FreeBSD src repository Modified files: lib/msun/bsdsrc mathimpl.h Log: Removed an unused declaration which was so old that it wasn't a prototype and thus just broke building at any nonzero WARNS level. Fixed nearby style bugs. Revision Changes Path 1.7 +6 -4 src/lib/msun/bsdsrc/mathimpl.h