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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to