Subject: CVS commit: syssrc/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/18/2002 00:48:34
Module Name:	syssrc
Committed By:	manu
Date:		Tue Dec 17 22:48:34 UTC 2002

Modified Files:
	syssrc/sys/compat/mach: mach_port.c mach_port.h

Log Message:
Instead of keeping track of the receiving process in struct mach_port,
keep track of the receive right for the port. There can be only one, and
the receive right references struct proc should we need it.

This makes easier to find the receive right associated with the port.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/compat/mach/mach_port.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/compat/mach/mach_port.h

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