From owner-cvs-src@FreeBSD.ORG Mon Nov 10 20:37:09 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 C72FA16A4CE for ; Mon, 10 Nov 2003 20:37:09 -0800 (PST) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BB843F75 for ; Mon, 10 Nov 2003 20:37:05 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200.101.111.208 (200-101-111-208.bsace705.dsl.brasiltelecom.net.br [200.101.111.208]) by vette.gigo.com (Postfix) with ESMTP id 8E20D552F for ; Mon, 10 Nov 2003 20:35:08 -0800 (PST) Received: (qmail 31782 invoked by uid 1001); 11 Nov 2003 04:14:42 -0000 Message-ID: <20031111041442.31781.qmail@exxodus.fedaykin.here> Received: (qmail 52803 invoked from network); 26 Oct 2003 07:18:06 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 26 Oct 2003 07:18:06 -0000 Received: from pop3.uol.com.br by localhost with POP3 (fetchmail-6.2.5) for lioux-freebsd@localhost (single-drop); Sun, 26 Oct 2003 05:17:44 -0200 (BRST) Received: from peart.uol.com.br (172.26.5.186) by mtauol7.mail.sys.intranet (5.1.071) id 3EDB5C0C01D6B424 for lioux-freebsd@uol.com.br; Sun, 26 Oct 2003 03:51:09 -0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by storm5.uol.com.br (Postfix) with ESMTP id 6220DE680 for ; Sun, 26 Oct 2003 04:51:07 -0200 (BRST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 29424564EB for ; Sat, 25 Oct 2003 23:51:05 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id C820616A51E; Sat, 25 Oct 2003 23:51:02 -0700 (PDT) Delivered-To: lioux@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id B5D4116A4C0; Sat, 25 Oct 2003 23:51:01 -0700 (PDT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FCB16A4B3; Sat, 25 Oct 2003 23:50:30 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3507943F75; Sat, 25 Oct 2003 23:50:27 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h9Q6oPkX018064; Sat, 25 Oct 2003 23:50:26 -0700 (PDT) (envelope-from kientzle@acm.org) From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Evans References: <200310260449.h9Q4nwm9016893@repoman.freebsd.org> <20031026171515.P17272@gamplex.bde.org> In-Reply-To: <20031026171515.P17272@gamplex.bde.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm Subject: Re: cvs commit: src/usr.bin/chat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 04:37:09 -0000 X-Original-Date: Sat, 25 Oct 2003 23:50:25 -0700 X-List-Received-Date: Tue, 11 Nov 2003 04:37:09 -0000 > On Sat, 25 Oct 2003, Peter Wemm wrote: >>peter 2003/10/25 21:49:58 PDT >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/chat Makefile >> Log: >> The math function logf() probably isn't doing us much good for logging >> stuff. Add -fno-builtin-logf. Rather than commit ugly Makefile hacks like this, just rename the damned function and be done with it. Tim Kientzle