Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/30/2002 14:41:52
Module Name:	src
Committed By:	manu
Date:		Mon Dec 30 12:41:52 UTC 2002

Modified Files:
	src/sys/compat/mach: mach_message.c mach_port.c

Log Message:
When the right is not a port set, set the port set head to the right
itself. That way when we want to wakeup a receiver, we just have to
wakeup the port set head, it will work either for port set and for non
port sets.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.22 -r1.23 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.