Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/24/2004 16:55:07
Module Name: src
Committed By: pooka
Date: Wed Mar 24 16:55:07 UTC 2004
Modified Files:
src/sys/compat/mach: mach_message.c mach_port.c
Log Message:
Use PR_WAITOK instead of M_WAITOK for pool_get(). This is polite,
since M_WAITOK happens to be PR_NOWAIT.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.51 -r1.52 src/sys/compat/mach/mach_port.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.