Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/22/2007 21:07:48
Module Name: src
Committed By: he
Date: Sun Jul 22 21:07:48 UTC 2007
Modified Files:
src/sys/uvm: uvm_map.h
Log Message:
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/uvm/uvm_map.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.