cvs commit: src/usr.bin/tar bsdtar.c bsdtar_platform.h configure.ac.in fts.c write.c

Tim Kientzle kientzle at FreeBSD.org
Sun Apr 17 12:43:38 PDT 2005


kientzle    2005-04-17 19:43:37 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar_platform.h 
                         configure.ac.in fts.c write.c 
  Log:
  A number of fixes to the autoconf-generated build system.  In
  particular, acl support is no longer enabled on FreeBSD 4, acl support
  should be correctly enabled on Linux, dirent.d_namlen should be
  correctly detected on platforms that support it.
  
  Thanks to: Greg Lewis, Juergen Lock, and Jaakko Heinonen
  
  Revision  Changes    Path
  1.63      +0 -1      src/usr.bin/tar/bsdtar.c
  1.15      +54 -7     src/usr.bin/tar/bsdtar_platform.h
  1.8       +56 -12    src/usr.bin/tar/configure.ac.in
  1.4       +3 -7      src/usr.bin/tar/fts.c
  1.39      +7 -3      src/usr.bin/tar/write.c


More information about the cvs-all mailing list