Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/06/2005 11:35:54
Module Name:	src
Committed By:	yamt
Date:		Wed Apr  6 11:35:54 UTC 2005

Modified Files:
	src/sys/kern: subr_blist.c
	src/sys/sys: blist.h

Log Message:
- add a missing cast in the 1-bit optimization case of blst_leaf_alloc.
- use uint64_t rather than daddr_t/u_daddr_t and rename SWAP -> BLIST.

XXX 32 bit is enough?  will revisit later.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/subr_blist.c
cvs rdiff -r1.2 -r1.3 src/sys/sys/blist.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.