From owner-cvs-all Fri Jan 3 14:36:37 2003 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 09CF637B401; Fri, 3 Jan 2003 14:36:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB56A43EC2; Fri, 3 Jan 2003 14:36:35 -0800 (PST) (envelope-from scottl@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 h03MaZfh082853; Fri, 3 Jan 2003 14:36:35 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h03MaZHN082852; Fri, 3 Jan 2003 14:36:35 -0800 (PST) Message-Id: <200301032236.h03MaZHN082852@repoman.freebsd.org> From: Scott Long Date: Fri, 3 Jan 2003 14:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/03 14:36:35 PST Modified files: (Branch: RELENG_5_0) lib/libc/stdlib malloc.c Log: As per the 5.0 TODO list, make malloc default to 'aj' instead of 'AJ'. This matches the default for the 4.x releases, and is only going into the RELENG_5_0 branch for now. Making similar chages to HEAD is up for debate as always. Approved by: re (rwatson) Revision Changes Path 1.72.2.1 +2 -2 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message