CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/11/05 13:36:51
Modified files: lib/libc/gen : rewinddir.c seekdir.c telldir.c telldir.h Log message: Cleanup, no functional change: 1. avoid code duplication in rewinddir() by calling seekdir() directly 2. move __seekdir() into seekdir() and _telldir_unlocked() into telldir() Both functions were called from nowhere else. 3. remove some unused #include directives and one unused function prototype ok otto@ millert@