From owner-cvs-all@FreeBSD.ORG Fri Sep 9 19:02:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 5D9B216A41F; Fri, 9 Sep 2005 19:02:04 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F0C43D4C; Fri, 9 Sep 2005 19:02:04 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j89J23gD059756; Fri, 9 Sep 2005 19:02:03 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j89J23eq059755; Fri, 9 Sep 2005 19:02:03 GMT (envelope-from yar) Message-Id: <200509091902.j89J23eq059755@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 9 Sep 2005 19:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:02:04 -0000 yar 2005-09-09 19:02:03 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Fix fallout from the previous commit: We shouldn't call chmod() if we've just used fchmod() OK on the same file. Approved by: kientzle Revision Changes Path 1.43 +7 -4 src/lib/libarchive/archive_read_extract.c