From owner-freebsd-commit Fri Jan 5 15:32:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10622 for freebsd-commit-outgoing; Fri, 5 Jan 1996 15:32:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10445 for cvs-all-outgoing; Fri, 5 Jan 1996 15:30:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10431 for cvs-lib-outgoing; Fri, 5 Jan 1996 15:30:47 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10423 Fri, 5 Jan 1996 15:30:45 -0800 (PST) Date: Fri, 5 Jan 1996 15:30:45 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601052330.PAA10423@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/05 15:30:43 Modified: lib/libc/stdlib malloc.c Log: Fix a fencepost error. Found by: Lars Fredriksen Revision Changes Path 1.9 +4 -4 src/lib/libc/stdlib/malloc.c