Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jul 2004 23:13:16 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include Makefile ftw.h src/lib/libc/gen Makefile.inc ftw.c
Message-ID:  <200407052313.i65NDGZj094574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2004-07-05 23:13:16 UTC

  FreeBSD src repository

  Modified files:
    include              Makefile 
    lib/libc/gen         Makefile.inc 
  Added files:
    include              ftw.h 
    lib/libc/gen         ftw.c 
  Log:
  Add implementations of ftw(3) and nftw(3) and the corresponding header
  ftw.h.  This is the implementation written by Joel Baker
  <fenton@debian.org> for inclusion in NetBSD, but with several
  bugfixes.
  
  Obtained from:  Debian
  
  Revision  Changes    Path
  1.216     +2 -1      src/include/Makefile
  1.1       +107 -0    src/include/ftw.h (new)
  1.111     +3 -2      src/lib/libc/gen/Makefile.inc
  1.1       +208 -0    src/lib/libc/gen/ftw.c (new)



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