CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/03/20 22:28:45
Modified files: libexec/ld.so : dir.c dir.h library_subr.c libexec/ld.so/ldconfig: prebind.c prebind_delete.c Log message: Switch ld.so's _dl_opendir functions to use a locally defined _dl_dirdesc struct (containing just the fields ld.so's implementation actually needs) instead of reusing libc's _dirdesc struct. Also, switch ldconfig to use futimens() instead of futimes(). ok deraadt@