cvs commit: src/usr.bin/tar bsdtar.h read.c util.c

Tim Kientzle kientzle at FreeBSD.org
Tue Jan 1 16:21:27 PST 2008


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


More information about the cvs-all mailing list