K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-12-14T12:19:21.183593Z K 7 svn:log V 325 Merge r197808 from head to stable/8: In rtld's map_object(), use pread(..., 0) rather than read() to read the ELF header from the front of the file. As all other I/O on the binary is done using mmap(), this avoids the need for seek privileges on the file descriptor during run-time linking. Sponsored by: Google END