Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/09/2008 13:59:43
Module Name:	src
Committed By:	he
Date:		Wed Jan  9 13:59:43 UTC 2008

Modified Files:
	src/sys/rump/librump/rumpkern: misc_stub.c

Log Message:
Declare nbpg if we're building for sparc, and initialize to the
smallest sparc pagesize.  This should deal with the IOCPARM_MAX
build problem, which occurs on sparc because various models have
different page size, so it's run-time determined instead.

pooka says that rump doesn't use ioctl(), so the value is apparently
of no consequence.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpkern/misc_stub.c

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