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

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

Change 10000 by rwatson@rwatson_tislabs on 2002/04/19 06:57:44

	Whitespace diff reduction from main tree.

Affected files ...

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

Differences ...

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

@@ -184,11 +184,9 @@
 	so->so_type = type;
 	so->so_cred = crhold(cred);
 	so->so_proto = prp;
-
 #ifdef MAC
 	mac_create_socket(td->td_ucred, so);
 #endif
-
 	soref(so);
 	error = (*prp->pr_usrreqs->pru_attach)(so, proto, td);
 	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?200204191357.g3JDvxx44343>