PERFORCE change 76552 for review
Robert Watson
rwatson at FreeBSD.org
Thu May 5 11:50:26 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76552
Change 76552 by rwatson at rwatson_paprika on 2005/05/05 11:49:52
Correct merge-o.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/sysv_shm.c#30 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/sysv_shm.c#30 (text+ko) ====
@@ -332,7 +332,6 @@
* XXX: It might be useful to move this into the shm_delete_mapping
* function
*/
- struct shmid_kernel *shmsegptr;
shmsegptr = &shmsegs[IPCID_TO_IX(shmmap_s->shmid)];
error = mac_check_sysv_shmdt(td->td_ucred, shmsegptr);
if (error != 0) {
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list