Date: Sun, 27 Jun 2004 23:16:42 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h Message-ID: <200406272316.i5RNGgQT024510@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406272316.i5RNGgQT024510>