From owner-cvs-src@FreeBSD.ORG Fri Apr 4 23:33:47 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 ACD8437B40D; Fri, 4 Apr 2003 23:33:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7FA43F85; Fri, 4 Apr 2003 23:33:47 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h357Xl0U026175; Fri, 4 Apr 2003 23:33:47 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h357XlD1026174; Fri, 4 Apr 2003 23:33:47 -0800 (PST) Message-Id: <200304050733.h357XlD1026174@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 4 Apr 2003 23:33:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib Makefile.inc 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: Sat, 05 Apr 2003 07:33:48 -0000 tjr 2003/04/04 23:33:46 PST FreeBSD src repository Modified files: lib/libc/stdlib Makefile.inc Log: MFp4: Link strtof.3 and strtold.3 to strtod.3. Revision Changes Path 1.45 +1 -0 src/lib/libc/stdlib/Makefile.inc