Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/mach
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.
Home |
Main Index |
Thread Index |
Old Index