From owner-cvs-all Wed Jan 15 8:10:30 2003 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 D016637B401; Wed, 15 Jan 2003 08:10:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778C043EB2; Wed, 15 Jan 2003 08:10:29 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGATfh022447; Wed, 15 Jan 2003 08:10:29 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGATpf022446; Wed, 15 Jan 2003 08:10:29 -0800 (PST) Message-Id: <200301151610.h0FGATpf022446@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 08:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.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 2003/01/15 08:10:29 PST Modified files: usr.sbin/sysinstall dist.c Log: Move the realloc outside the inner loop. This reduces the number of times we do the realloc. Revision Changes Path 1.217 +1 -1 src/usr.sbin/sysinstall/dist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message