K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2002-03-10T03:58:37.000000Z
K 7
svn:log
V 366
Pass MAP_SHARED instead of MAP__ARG to mmap.  The latter just included
MAP_FILE if it was defined, but on all platforms where it's defined it
appears to be defined to 0 and is therefore the default, and it's not in
the standard for mmap so far as I can tell.  INN already contained code
using MAP_SHARED without MAP_FILE without apparent harm and has for some
time.

END
