cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h matching.c read.c util.c write.c

Tim Kientzle kientzle at FreeBSD.org
Sun May 16 22:44:54 PDT 2004


kientzle    2004/05/16 22:44:53 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar.h matching.c read.c 
                         util.c write.c 
  Log:
  Propagate struct bsdtar down into a lot more places.
  Move global progname variable into struct bsdtar.
  
  Revision  Changes    Path
  1.13      +52 -58    src/usr.bin/tar/bsdtar.c
  1.9       +5 -4      src/usr.bin/tar/bsdtar.h
  1.3       +7 -6      src/usr.bin/tar/matching.c
  1.7       +13 -10    src/usr.bin/tar/read.c
  1.6       +8 -16     src/usr.bin/tar/util.c
  1.16      +52 -44    src/usr.bin/tar/write.c


More information about the cvs-all mailing list