Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 05:50:10 +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/usr.bin/tar bsdtar.c bsdtar.h read.c util.c write.c
Message-ID:  <200408080550.i785oAHK091900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004-08-08 05:50:10 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar.h read.c util.c write.c 
  Log:
  Move the smart chdir logic into a couple of utility functions in util.c.
  Then use them to provide consistent -C support throughout the program.
  Thanks to: Christoph Mallon
  
  Revision  Changes    Path
  1.50      +1 -2      src/usr.bin/tar/bsdtar.c
  1.20      +3 -1      src/usr.bin/tar/bsdtar.h
  1.19      +1 -4      src/usr.bin/tar/read.c
  1.11      +58 -0     src/usr.bin/tar/util.c
  1.32      +3 -78     src/usr.bin/tar/write.c



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