From owner-cvs-src@FreeBSD.ORG Fri Oct 19 03:50:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A0316A41B; Fri, 19 Oct 2007 03:50:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF7713C458; Fri, 19 Oct 2007 03:50:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9J3onUG051727; Fri, 19 Oct 2007 03:50:49 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9J3onHr051726; Fri, 19 Oct 2007 03:50:49 GMT (envelope-from kientzle) Message-Id: <200710190350.l9J3onHr051726@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 19 Oct 2007 03:50:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libarchive archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 03:50:49 -0000 kientzle 2007-10-19 03:50:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c Log: MFC: archive_write_set_format_cpio.c 1.12 MFC: archive_write_set_format_cpio_newc.c 1.2 Non-regular files should have zero-length bodies. libarchive flags this to clients by updating the entry description when it writes the header. Revision Changes Path 1.5.2.4 +6 -1 src/lib/libarchive/archive_write_set_format_cpio.c 1.1.2.2 +6 -1 src/lib/libarchive/archive_write_set_format_cpio_newc.c