From owner-cvs-src@FreeBSD.ORG Tue Apr 3 23:53:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3ED9F16A406; Tue, 3 Apr 2007 23:53:56 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9A6413C458; Tue, 3 Apr 2007 23:53:55 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l33NrtBj060540; Tue, 3 Apr 2007 23:53:55 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l33NrtHY060537; Tue, 3 Apr 2007 23:53:55 GMT (envelope-from cperciva) Message-Id: <200704032353.l33NrtHY060537@repoman.freebsd.org> From: Colin Percival Date: Tue, 3 Apr 2007 23:53:55 +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_support_format_tar.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: Tue, 03 Apr 2007 23:53:56 -0000 cperciva 2007-04-03 23:53:55 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extracting files, but used during archive creation. This change unbreaks # tar -cf rcp.tar /bin/rcp # tar -cf rcp-copy.tar @rcp.tar # cmp rcp.tar rcp-copy.tar Revision Changes Path 1.52 +4 -0 src/lib/libarchive/archive_read_support_format_tar.c