From owner-cvs-lib Thu Jun 12 10:03:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA07694 for cvs-lib-outgoing; Thu, 12 Jun 1997 10:03:45 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA07685; Thu, 12 Jun 1997 10:03:28 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id MAA19954; Thu, 12 Jun 1997 12:03:20 -0500 (EST) Date: Thu, 12 Jun 1997 12:03:20 -0500 (EST) From: John Fieber To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c In-Reply-To: <199706121245.FAA11815@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 12 Jun 1997, Poul-Henning Kamp wrote: > 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) Two quick questions: Is the default behavior of realloc now what the XFree86 3.3 binary release expects, or does the option need to be explicitly set? Can malloc.c from -current be dropped directly into FreeBSD 2.2 without rude surprises? Thanks, -john