Date: Sat, 31 Mar 2007 10:14:03 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200703311014.l2VAE48H015241@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva    2007-03-31 10:14:03 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/tar          write.c 
  Log:
  Split the append_archive function (used for processing @<archive> directives)
  into separate append_archive and append_archive_filename functions; the first
  takes a "struct archive *" as input, while the second takes a filename, opens
  the archive, and calls the first.
  
  There should be no changes in behaviour as a result of this commit; it simply
  reorganizes code to make more sense.  At some point in the future it may be
  possible to share code between append_archive and read_archive, but not yet.
  
  Discussed with: kientzle
  
  Revision  Changes    Path
  1.60      +28 -13    src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703311014.l2VAE48H015241>
