Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/compat/mach



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.




Home | Main Index | Thread Index | Old Index