Module Name: src Committed By: christos Date: Wed Nov 26 16:48:43 UTC 2014
Modified Files: src/lib/libc/gen: opendir.c Log Message: - Use O_DIRECTORY to open the file, so that we don't need to stat() after that. - Move the stat() call to fdopendir() and change it's error handling so that it does not hide errors. - According to POSIX, fdopendir() transfers ownership of the fd only on success, so don't close it on failure. XXX: We still make it non-blocking on failure, but that's nitpicking. XXX: pullup-7? To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/gen/opendir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.