From owner-cvs-all Tue Jul 24 7:14:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A61137B403; Tue, 24 Jul 2001 07:14:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6OEECa66765; Tue, 24 Jul 2001 07:14:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200107241414.f6OEECa66765@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 24 Jul 2001 07:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/col col.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/07/24 07:14:12 PDT Modified files: usr.bin/col col.c Log: Remove the misnamed `xmalloc' and replace its uses with the realloc (along with error checking) that it actually was. Revision Changes Path 1.12 +12 -20 src/usr.bin/col/col.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message