Subject: Re: CVS commit: src/sys/uvm
To: YAMAMOTO Takashi <yamt@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: source-changes
Date: 02/13/2006 07:07:15
hi,

this breaks the build on sparc (and any other platform where PAGE_SHIFT
is not a compile-time constant):

uvm_pdaemon.c:379: error: variable-size type declared outside of any function

-Chuck


On Sun, Feb 12, 2006 at 09:19:59AM +0000, YAMAMOTO Takashi wrote:
> 
> Module Name:	src
> Committed By:	yamt
> Date:		Sun Feb 12 09:19:59 UTC 2006
> 
> Modified Files:
> 	src/sys/uvm: uvm_pdaemon.c
> 
> Log Message:
> factor out swap clustering code.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.72 -r1.73 src/sys/uvm/uvm_pdaemon.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.