cvs commit: src/usr.bin/tar bsdtar_platform.h configure.ac.in matching.c

Tim Kientzle kientzle at FreeBSD.org
Tue Dec 21 22:08:05 PST 2004


kientzle    2004-12-22 06:08:04 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar_platform.h configure.ac.in 
                         matching.c 
  Log:
  Add a fallback version of fnmatch() to the bsdtar
  source code.  Include configure logic to pick up the
  system one when it exists and use the fallback version
  when it doesn't exist.  Set the default for FreeBSD
  to use the system version.
  
  With this, bsdtar should now be quite portable.
  
  Revision  Changes    Path
  1.12      +1 -0      src/usr.bin/tar/bsdtar_platform.h
  1.5       +5 -1      src/usr.bin/tar/configure.ac.in
  1.8       +164 -8    src/usr.bin/tar/matching.c


More information about the cvs-all mailing list