Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2008 06:57:04 +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 archive_write_set_format_ar.c archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c archive_write_set_format_shar.c archive_write_set_format_ustar.c
Message-ID:  <200805100657.m4A6v4FY095059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2008-05-10 06:57:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libarchive       archive_write_set_format_ar.c 
                         archive_write_set_format_cpio.c 
                         archive_write_set_format_cpio_newc.c 
                         archive_write_set_format_shar.c 
                         archive_write_set_format_ustar.c 
  Log:
  MFC: Set the archive format code and name in the generic portion
  of the archive structure, not the write-specific portion.
  (This is a bungle from back when the generic and write-specific portions
  were first separated and the write-specific part accidentally ended
  up with copies of some of the generic fields.)  In particular,
  archive_format() and archive_format_name() now work correctly
  on write handles.
  
  Revision  Changes    Path
  1.3.4.2   +6 -6      src/lib/libarchive/archive_write_set_format_ar.c
  1.11.2.3  +2 -2      src/lib/libarchive/archive_write_set_format_cpio.c
  1.1.4.3   +2 -2      src/lib/libarchive/archive_write_set_format_cpio_newc.c
  1.18.2.1  +4 -4      src/lib/libarchive/archive_write_set_format_shar.c
  1.24.2.2  +2 -2      src/lib/libarchive/archive_write_set_format_ustar.c



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