Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 06:59:01 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10001 for review
Message-ID:  <200204191359.g3JDx1A44483@freefall.freebsd.org>

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

Change 10001 by rwatson@rwatson_tislabs on 2002/04/19 06:58:25

	Whitespace diff reduction from main tree.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/uipc_socket2.c#13 edit

Differences ...

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

@@ -240,11 +240,9 @@
 	so->so_proto = head->so_proto;
 	so->so_timeo = head->so_timeo;
 	so->so_cred = crhold(head->so_cred);
-
 #ifdef MAC
 	mac_create_socket(so->so_cred, so);
 #endif
-
 	if (soreserve(so, head->so_snd.sb_hiwat, head->so_rcv.sb_hiwat) ||
 	    (*so->so_proto->pr_usrreqs->pru_attach)(so, 0, NULL)) {
 		sotryfree(so);

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?200204191359.g3JDx1A44483>