Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 21:25:39 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 12288 for review
Message-ID:  <200206020425.g524Pdb89752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12288

Change 12288 by amigus@amigus_vmganyopa on 2002/06/01 21:25:01

	This comment belonged to an already removed suser_cred() check.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/uipc_socket.c#25 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/uipc_socket.c#25 (text+ko) ====

@@ -1282,9 +1282,6 @@
 			break;
 #ifdef MAC
 		case SO_LABEL:
-			/*
-			 * XXX: This will probably have to be removed soon.
-			 */
 			error = sooptcopyin(sopt, &extmac, sizeof extmac,
 			    sizeof extmac);
 			if (error)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206020425.g524Pdb89752>