From owner-cvs-all@FreeBSD.ORG Sun Jun 27 23:16:42 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 B86C216A4CE; Sun, 27 Jun 2004 23:16:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1AF443D1F; Sun, 27 Jun 2004 23:16:42 +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 i5RNGgK8024511; Sun, 27 Jun 2004 23:16:42 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNGgQT024510; Sun, 27 Jun 2004 23:16:42 GMT (envelope-from kientzle) Message-Id: <200406272316.i5RNGgQT024510@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 23:16:42 +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 Makefile archive_entry.3 archive_entry.c archive_entry.h 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: Sun, 27 Jun 2004 23:16:42 -0000 kientzle 2004-06-27 23:16:42 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h Log: Add two new convenience functions to query the uid/gid from an archive_entry. Update the Makefile MLINKS and manpage to bring it up-to-date with the current status of archive_entry. At least the manpage actually lists all of the functions now, even if it doesn't really yet explain them all. Revision Changes Path 1.13 +21 -4 src/lib/libarchive/Makefile 1.5 +64 -18 src/lib/libarchive/archive_entry.3 1.17 +12 -0 src/lib/libarchive/archive_entry.c 1.10 +3 -3 src/lib/libarchive/archive_entry.h