K 10 svn:author V 8 cperciva K 8 svn:date V 27 2009-08-31T13:02:21.462697Z K 7 svn:log V 360 MFC r196558: Don't try to mmap the contents of empty files. This behaviour was harmless prior to r195693, when mmap(2) changed from silently ignoring requests for mapping zero bytes to returning EINVAL; this commit can be seen as adjusting for the change in mmap(2) in order to make look(1) act like it did previously. Reviewed by: jhb Approved by: re (kib) END