Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/24/2007 15:00:37
Module Name:	src
Committed By:	pooka
Date:		Wed Oct 24 15:00:37 UTC 2007

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

Log Message:
"flags * (M_CANFAIL | M_NOWAIT)" is probably not correct.  Use & instead.
And while committing, add other random cruft I've needed recently.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/rump/librump/rumpkern/emul.c

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