From owner-cvs-all Wed Jun 19 23: 0:55 2002 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 7520E37B408; Wed, 19 Jun 2002 23:00:51 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K60pO95041; Wed, 19 Jun 2002 23:00:51 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200600.g5K60pO95041@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 23:00:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp extern.h rcp.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 jmallett 2002/06/19 23:00:51 PDT Modified files: bin/rcp extern.h rcp.c Log: Use size_t consistently and complete some uncompleted code resulting in a memory leak by assigning and freeing a variable appropriately as well as keeping track of the amount of allocated ram properly. MFC after: 1 month Revision Changes Path 1.8 +1 -1 src/bin/rcp/extern.h 1.32 +5 -2 src/bin/rcp/rcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message