]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
IFC
authorTim Kientzle <kientzle@gmail.com>
Fri, 2 May 2008 22:57:00 +0000 (18:57 -0400)
committerTim Kientzle <kientzle@gmail.com>
Fri, 2 May 2008 22:57:00 +0000 (18:57 -0400)
SVN-Revision: 15

tar/bsdtar.1
tar/bsdtar.c
tar/write.c

index ecf585000a1117b7264b9ea057dfe7d8bb5c81e7..ca7117593099c5b664764c8805512b84bf5dc2e6 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/usr.bin/tar/bsdtar.1,v 1.40 2008/03/15 03:25:26 kientzle Exp $
+.\" $FreeBSD: src/usr.bin/tar/bsdtar.1,v 1.41 2008/05/02 05:40:05 kientzle Exp $
 .\"
 .Dd April 13, 2004
 .Dt BSDTAR 1
index 9e048fd65fc89c6a5fd8de4526b1ae507831f715..b10c428a2ac2ba13e8e5b552535a7f9d7868f446 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "bsdtar_platform.h"
-__FBSDID("$FreeBSD: src/usr.bin/tar/bsdtar.c,v 1.86 2008/03/15 05:08:21 kientzle Exp $");
+__FBSDID("$FreeBSD: src/usr.bin/tar/bsdtar.c,v 1.88 2008/05/02 05:40:05 kientzle Exp $");
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
index 6efb299e7444fbd54bb5f289c736885725b2cf41..ff35dcb5b95240e5c395bd7fe7c2b3a3e46c213a 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "bsdtar_platform.h"
-__FBSDID("$FreeBSD: src/usr.bin/tar/write.c,v 1.65 2008/03/15 02:41:44 kientzle Exp $");
+__FBSDID("$FreeBSD: src/usr.bin/tar/write.c,v 1.66 2008/05/02 05:14:58 kientzle Exp $");
 
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>