From owner-cvs-lib Thu Jun 12 05:46:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA26239 for cvs-lib-outgoing; Thu, 12 Jun 1997 05:46:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA26186; Thu, 12 Jun 1997 05:45:59 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA11815; Thu, 12 Jun 1997 05:45:45 -0700 (PDT) Date: Thu, 12 Jun 1997 05:45:45 -0700 (PDT) Message-Id: <199706121245.FAA11815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/06/12 05:45:45 PDT Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0) Prompted by: X11 & XFree86 Revision Changes Path 1.11 +18 -3 src/lib/libc/stdlib/malloc.3 1.25 +9 -5 src/lib/libc/stdlib/malloc.c