K 10 svn:author V 3 alc K 8 svn:date V 27 2007-10-31T02:31:51.000000Z K 7 svn:log V 329 MFC revision 1.389 Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed since revision 1.1. Specifically, neither traversal of the vm map checks whether the end of the vm map has been reached. Consequently, the first traversal can wrap around and bogusly return an error. Approved by: re (kensmith) END