From owner-cvs-all@FreeBSD.ORG Mon Nov 15 01:46:34 2004 Return-Path: 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 0653616A4CE; Mon, 15 Nov 2004 01:46:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E1243D1D; Mon, 15 Nov 2004 01:46:33 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAF1kXKT034433; Mon, 15 Nov 2004 01:46:33 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAF1kXGW034432; Mon, 15 Nov 2004 01:46:33 GMT (envelope-from kientzle) Message-Id: <200411150146.iAF1kXGW034432@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 15 Nov 2004 01:46:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 15 Nov 2004 01:46:34 -0000 kientzle 2004-11-15 01:46:33 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Since I'm not using the public API for writing the the pax attributes, I shouldn't try using the public API for finishing out the attribute entry, either. This also removes some old dubious state manipulations. Revision Changes Path 1.21 +8 -6 src/lib/libarchive/archive_write_set_format_pax.c