Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/librump/rumpkern



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.




Home | Main Index | Thread Index | Old Index