Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2008 00:21:27 +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/usr.bin/tar bsdtar.h read.c util.c
Message-ID:  <200801020021.m020LR8L096170@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2008-01-02 00:21:27 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.h read.c util.c 
  Log:
  Use archive_entry_strmode() instead of a local bsdtar_strmode().
  (This does a couple of things that the standard library's strmode()
  doesn't; it proved useful in bsdcpio as well, so I pushed it down
  into libarchive.)
  
  Revision  Changes    Path
  1.29      +0 -1      src/usr.bin/tar/bsdtar.h
  1.35      +3 -2      src/usr.bin/tar/read.c
  1.18      +0 -50     src/usr.bin/tar/util.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801020021.m020LR8L096170>