cvs commit: src/lib/libarchive archive_read_support_format_tar.c

Tim Kientzle kientzle at FreeBSD.org
Fri Mar 14 13:32:21 PDT 2008


kientzle    2008-03-14 20:32:21 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_tar.c 
  Log:
  A block in a tar file is 512 bytes.  Period.
  Remove the entirely pointless symbolic constant
  and sizeof(unsigned char).  (The constant
  here is doubly wrong, since not only does
  it obscure a basic format constant, it was
  never intended to be a tar-specific value,
  so could conceivably be changed at some point
  in the future.)
  
  Revision  Changes    Path
  1.66      +1 -1      src/lib/libarchive/archive_read_support_format_tar.c


More information about the cvs-all mailing list