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

Tim Kientzle kientzle at FreeBSD.org
Sat May 10 06:57:05 UTC 2008


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


More information about the cvs-src mailing list