Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2004 10:21:02 -0700 (PDT)
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 fts.c fts.h
Message-ID:  <200405041721.i44HL22l029797@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004/05/04 10:21:02 PDT

  FreeBSD src repository

  Added files:
    usr.bin/tar          fts.c fts.h 
  Log:
  Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD
  systems.  The fts.h here is an exact copy of include/fts.h (except for
  an initial explanatory comment and the revision tags, of course).  The
  fts.c here is slightly modified from lib/libc/gen/fts.c so it can
  compile correctly on non-FreeBSD systems.
  
  Revision  Changes    Path
  1.1       +1195 -0   src/usr.bin/tar/fts.c (new)
  1.1       +147 -0    src/usr.bin/tar/fts.h (new)



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