DragonFly-2.1.1.45.g176bf master include Makefile ftw.h lib/libc/gen Makefile.inc ftw.3 ftw.c nftw.c

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Dec 12 15:25:51 PST 2008


commit 176bf03b2e3ff50e2148c13c5f76797720d34ce4
Author: Sascha Wildner <saw at online.de>
Date:   Sat Dec 13 00:21:50 2008 +0100

    Add ftw(), nftw(), associated header files and documentation.
    
    It seems that security/prelude-manager in pkgsrc actually needs it.
    
    Taken-from: FreeBSD
    Tested-by:  Rumko <rumcic at gmail.com>

Summary of changes:
 include/Makefile          |    4 +-
 include/ftw.h             |   62 +++++++++++++
 lib/libc/gen/Makefile.inc |    7 +-
 lib/libc/gen/ftw.3        |  218 +++++++++++++++++++++++++++++++++++++++++++++
 lib/libc/gen/ftw.c        |   91 +++++++++++++++++++
 lib/libc/gen/nftw.c       |  110 +++++++++++++++++++++++
 6 files changed, 487 insertions(+), 5 deletions(-)
 create mode 100644 include/ftw.h
 create mode 100644 lib/libc/gen/ftw.3
 create mode 100644 lib/libc/gen/ftw.c
 create mode 100644 lib/libc/gen/nftw.c

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=176bf03b2e3ff50e2148c13c5f76797720d34ce4


-- 
DragonFly BSD source repository





More information about the Commits mailing list