Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the current implementations of ftw() and nftw() with the OpenBSD | tjr | 2004-08-24 | 1 | -192/+90 |
| | | | | | implementations written by Todd C. Miller. These are cleaner, less buggy and actively maintained. | ||||
* | Don't pass function pointers via a void * parameter. | stefanf | 2004-08-02 | 1 | -4/+4 |
| | |||||
* | Remove unused variable. | das | 2004-07-23 | 1 | -9/+1 |
| | | | | Noticed by: Todd Miller <Todd.Miller@courtesan.com> | ||||
* | Add implementations of ftw(3) and nftw(3) and the corresponding header | das | 2004-07-05 | 1 | -0/+208 |
ftw.h. This is the implementation written by Joel Baker <fenton@debian.org> for inclusion in NetBSD, but with several bugfixes. Obtained from: Debian |