K 10 svn:author V 4 csgr K 8 svn:date V 27 1994-07-22T12:22:51.000000Z K 7 svn:log V 213 Rewrite nlist to mmap the whole a.out file (at Davidg's suggestion). This means that we don't have to do rounding calculations for page boundaries. (We do all our accesses via the mmapped area now.) Reviewed by: END