Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/19/1999 10:45:24
Module Name: syssrc
Committed By: thorpej
Date: Mon Jul 19 17:45:24 UTC 1999
Modified Files:
syssrc/sys/uvm: uvm_map.c
Log Message:
Fix PR #8023 from Bernd Ernesti: when MADV_FREE'ing a region which spanned
more than one VM map entry, a typo caused amap_unadd() to attempt to
remove anons from the wrong amap. Fix that typo.
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.