Subject: Re: CVS commit: src/sys/dev
To: None <xtraeme@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 11/02/2007 09:32:06
On Nov 2, 2007, at 1:37 AM, Juan Romero Pardines wrote:

>
> Module Name:	src
> Committed By:	xtraeme
> Date:		Fri Nov  2 08:37:06 UTC 2007
>
> Modified Files:
> 	src/sys/dev: biovar.h
>
> Log Message:
> Make bd_size and bv_size u_quad_t rather than size_t, for large RAID
> volumes. Reported a while ago by mhitch@.

How about just uint64_t?

>
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.1 -r1.2 src/sys/dev/biovar.h
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

-- thorpej