CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/11/06 15:26:14
Modified files: lib/libc/gen : readdir.c readdir_r.c Log message: Nowadays, seekdir(3) doesn't call _readdir_unlocked(). Consequently, the "skipdeleted" argument is always == 1. Remove it, effectively reverting readdir.c rev. 1.14. ok millert@ guenther@