Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 18:19:08 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15354 for review
Message-ID:  <200208010119.g711J8M0088416@freefall.freebsd.org>

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

Change 15354 by rwatson@rwatson_paprika on 2002/07/31 18:19:04

	Remove dup from integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/uipc_usrreq.c#21 edit

Differences ...

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

@@ -744,11 +744,6 @@
 		mac_set_socket_peer_from_socket(so3, so);
 #endif
 
-#ifdef MAC
-		mac_set_socket_peer_from_socket(so, so3);
-		mac_set_socket_peer_from_socket(so3, so);
-#endif
-
 		so2 = so3;
 	}
 	error = unp_connect2(so, so2);

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?200208010119.g711J8M0088416>