From owner-freebsd-commit Fri Sep 22 07:11:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA04147 for freebsd-commit-outgoing; Fri, 22 Sep 1995 07:11:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA04135 for cvs-all-outgoing; Fri, 22 Sep 1995 07:11:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA04124 for cvs-lib-outgoing; Fri, 22 Sep 1995 07:11:24 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA04095 ; Fri, 22 Sep 1995 07:11:06 -0700 Date: Fri, 22 Sep 1995 07:11:06 -0700 From: Poul-Henning Kamp Message-Id: <199509221411.HAA04095@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/09/22 07:11:04 Modified: lib/libc/stdlib malloc.c Log: A buglet when dumping and a stylistic point from Mike. Submitted by: Mike Pritchard