Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 13:00:55 +0000 (UTC)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include ftw.h src/lib/libc/gen Makefile.inc ftw.c nftw.c
Message-ID:  <200408241300.i7OD0tZq020856@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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