K 10 svn:author V 3 alc K 8 svn:date V 27 1999-05-14T23:09:34.000000Z K 7 svn:log V 262 Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. It never makes sense to specify MAP_COPY_NEEDED without also specifying MAP_COPY_ON_WRITE, and vice versa. Thus, MAP_COPY_ON_WRITE suffices. Reviewed by: David Greenman END