K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-09-25T21:11:40.832216Z K 7 svn:log V 276 We cannot open file for reading and executing (O_RDONLY | O_EXEC). Well, in theory we can pass those two flags, because O_RDONLY is 0, but we won't be able to read from a descriptor opened with O_EXEC. Update the comment. Sponsored by: FreeBSD Foundation MFC after: 2 weeks END