From owner-cvs-all Fri Sep 25 20:24:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12416 for cvs-all-outgoing; Fri, 25 Sep 1998 20:24:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12409; Fri, 25 Sep 1998 20:24:19 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27550; Fri, 25 Sep 1998 20:24:15 -0700 (PDT) Date: Fri, 25 Sep 1998 20:24:15 -0700 (PDT) Message-Id: <199809260324.UAA27550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand zalloc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/25 20:24:15 PDT Modified files: lib/libstand zalloc.c Log: Fixed setting of mp_End in zextendPool(). A case was missing and mp_Size no longer reflects the mp_End - mp_Base equivalent. Revision Changes Path 1.2 +3 -2 src/lib/libstand/zalloc.c