From owner-cvs-lib Wed Jul 2 12:35:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA21622 for cvs-lib-outgoing; Wed, 2 Jul 1997 12:35:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA21587; Wed, 2 Jul 1997 12:35:28 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11837; Wed, 2 Jul 1997 12:33:24 -0700 (PDT) Date: Wed, 2 Jul 1997 12:33:24 -0700 (PDT) Message-Id: <199707021933.MAA11837@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/07/02 12:33:23 PDT Modified files: lib/libc/stdlib malloc.c Log: Have another go at the malloc-sysv initialization. PR: 4002 Pointed out by: bde Revision Changes Path 1.28 +11 -12 src/lib/libc/stdlib/malloc.c