From owner-cvs-all Fri Jul 19 0:41:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95F937B400; Fri, 19 Jul 2002 00:41:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCDC43E65; Fri, 19 Jul 2002 00:41:40 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6J7feJU079497; Fri, 19 Jul 2002 00:41:40 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6J7feWB079496; Fri, 19 Jul 2002 00:41:40 -0700 (PDT) Message-Id: <200207190741.g6J7feWB079496@freefall.freebsd.org> From: Juli Mallett Date: Fri, 19 Jul 2002 00:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp extern.h pathnames.h rcp.c X-FreeBSD-CVS-Branch: RELENG_4 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/07/19 00:41:40 PDT Modified files: (Branch: RELENG_4) bin/rcp extern.h rcp.c Removed files: (Branch: RELENG_4) bin/rcp pathnames.h Log: MFC: 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. Revision Changes Path 1.8 +1 -1 src/bin/rcp/extern.h 1.32 +5 -2 src/bin/rcp/rcp.c Revision Changes Path 1.5.2.2 +2 -2 src/bin/rcp/extern.h 1.6.2.1 +0 -42 src/bin/rcp/pathnames.h (dead) 1.26.2.3 +6 -3 src/bin/rcp/rcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message