Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 2385B63B853 for ; Tue, 5 Aug 2008 18:41:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id BC84963B318; Tue, 5 Aug 2008 18:41:45 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 96AFA63B317 for ; Tue, 5 Aug 2008 18:41:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7BF18175D0; Tue, 5 Aug 2008 18:41:44 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: [pkg_install-renovation] pkgsrc/pkgtools/pkg_install/files/delete To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20080805184144.7BF18175D0@cvs.netbsd.org> Date: Tue, 5 Aug 2008 18:41:44 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Tue Aug 5 18:41:44 UTC 2008 Modified Files: pkgsrc/pkgtools/pkg_install/files/delete [pkg_install-renovation]: perform.c Log Message: Further simplify require_delete by exploiting known invariants and push down a global variable into the only function left using it. To generate a diff of this commit: cvs rdiff -r1.23.2.2 -r1.23.2.3 \ pkgsrc/pkgtools/pkg_install/files/delete/perform.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.