From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:12: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 787A716A4CE; Sat, 6 Dec 2003 20:12:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD0643FDD; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74CkXJ015985; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74CkG7015984; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312070412.hB74CkG7015984@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:12:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/lib/libc/stdlib malloc.c 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: Sun, 07 Dec 2003 04:12:47 -0000 scottl 2003/12/06 20:12:46 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) lib/libc/stdlib malloc.c Log: Remove malloc debugging for the release. Revision Changes Path 1.84.2.1 +2 -2 src/lib/libc/stdlib/malloc.c