cvs commit: src/include ftw.h src/lib/libc/gen Makefile.inc ftw.c nftw.c

Tim J. Robbins tjr at FreeBSD.org
Tue Aug 24 06:00:55 PDT 2004


tjr         2004-08-24 13:00:55 UTC

  FreeBSD src repository

  Modified files:
    include              ftw.h 
    lib/libc/gen         Makefile.inc ftw.c 
  Added files:
    lib/libc/gen         nftw.c 
  Log:
  Replace the current implementations of ftw() and nftw() with the OpenBSD
  implementations written by Todd C. Miller. These are cleaner, less buggy
  and actively maintained.
  
  Revision  Changes    Path
  1.2       +46 -91    src/include/ftw.h
  1.117     +1 -1      src/lib/libc/gen/Makefile.inc
  1.4       +89 -191   src/lib/libc/gen/ftw.c
  1.1       +117 -0    src/lib/libc/gen/nftw.c (new)


More information about the cvs-src mailing list