Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2008 20:32:21 +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_read_support_format_tar.c
Message-ID:  <200803142032.m2EKWLOt023447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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